OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025