Home
last modified time | relevance | path

Searched refs:build_node (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/dtc/
H A Dfstree.c37 tree = build_node(NULL, NULL); in read_fstree()
H A Ddtc.h196 struct node *build_node(struct property *proplist, struct node *children);
H A Ddtc-parser.y210 $$ = build_node($2, $3);
H A Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children) in build_node() function
737 node = build_node(NULL, NULL); in build_and_name_child_node()
H A Dflattree.c760 node = build_node(NULL, NULL); in unflatten_tree()
/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c6385 build_node(XML_Parser parser, in build_node() function
6416 build_node(parser, cn, &(dest->children[i]), contpos, strpos); in build_node()
6439 build_node(parser, 0, ret, &cpos, &str); in build_model()