HomeSort by: relevance | last modified time | path
    Searched defs:first_child (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/autofs/
common.c 612 const struct node *child, *first_child; local in function:node_print_indent
627 first_child = TAILQ_FIRST(&n->n_children);
628 if (first_child == NULL || TAILQ_NEXT(first_child, n_next) != NULL ||
629 strcmp(path, node_path(first_child)) != 0) {
common.c 612 const struct node *child, *first_child; local in function:node_print_indent
627 first_child = TAILQ_FIRST(&n->n_children);
628 if (first_child == NULL || TAILQ_NEXT(first_child, n_next) != NULL ||
629 strcmp(path, node_path(first_child)) != 0) {

Completed in 22 milliseconds