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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h101 #define FTS_INIT 9 /* initialized only */ macro
H A Dfts-compat.c204 * finished the node before the root(s); set p->fts_info to FTS_INIT
210 sp->fts_cur->fts_info = FTS_INIT;
541 if (p->fts_info == FTS_INIT)
H A Dfts.c195 * finished the node before the root(s); set p->fts_info to FTS_INIT
201 sp->fts_cur->fts_info = FTS_INIT;
536 if (p->fts_info == FTS_INIT)
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.h84 #define FTS_INIT 9 /* initialized only */ macro
H A Dcompat_fts.c147 * finished the node before the root(s); set p->fts_info to FTS_INIT
153 sp->fts_cur->fts_info = FTS_INIT;
/freebsd-11-stable/include/
H A Dfts.h96 #define FTS_INIT 9 /* initialized only */ macro

Completed in 95 milliseconds