Searched refs:first_child (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_xml.h180 struct apr_xml_elem *first_child; member in struct:apr_xml_elem
196 #define APR_XML_ELEM_IS_EMPTY(e) ((e)->first_child == NULL && \
/freebsd-11.0-release/contrib/binutils/bfd/
H A Ddwarf1.c78 char* first_child; member in struct:dwarf1_unit
333 The first child die of 'aUnit' should be in 'aUnit->first_child',
342 if (aUnit->first_child)
343 for (eachDie = aUnit->first_child;
538 aUnit->first_child = stash->currentDie + aDieInfo.length;
540 aUnit->first_child = 0;
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestxml.c111 if (e->first_child) {
112 ec = e->first_child;
/freebsd-11.0-release/contrib/apr-util/xml/
H A Dapr_xml.c163 elem->parent->first_child = elem->parent->last_child = elem;
734 for (elem = elem->first_child; elem; elem = elem->next) {
825 for (child = elem->first_child; child; child = child->next) {
870 for (scan_elem = elem->first_child;
976 for (ec = e->first_child; ec != NULL; ec = ec->next) {
/freebsd-11.0-release/usr.sbin/autofs/
H A Dcommon.c621 const struct node *child, *first_child; local
636 first_child = TAILQ_FIRST(&n->n_children);
637 if (first_child == NULL || TAILQ_NEXT(first_child, n_next) != NULL ||
638 strcmp(path, node_path(first_child)) != 0) {

Completed in 116 milliseconds