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

/freebsd-11-stable/contrib/dtc/
H A Dfstree.c37 tree = build_node(NULL, NULL);
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) function
737 node = build_node(NULL, NULL);
H A Dflattree.c760 node = build_node(NULL, NULL);
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c6802 build_node(XML_Parser parser, int src_node, XML_Content *dest, function
6827 build_node(parser, cn, &(dest->children[i]), contpos, strpos);
6849 build_node(parser, 0, ret, &cpos, &str);

Completed in 122 milliseconds