Searched refs:FTS_INIT (Results 1 - 4 of 4) sorted by last modified time

/freebsd-10.0-release/include/
H A Dfts.h96 #define FTS_INIT 9 /* initialized only */ macro
/freebsd-10.0-release/lib/libc/gen/
H A Dfts-compat.c208 * finished the node before the root(s); set p->fts_info to FTS_INIT
214 sp->fts_cur->fts_info = FTS_INIT;
554 if (p->fts_info == FTS_INIT)
H A Dfts-compat.h101 #define FTS_INIT 9 /* initialized only */ macro
H A Dfts.c202 * finished the node before the root(s); set p->fts_info to FTS_INIT
208 sp->fts_cur->fts_info = FTS_INIT;
539 if (p->fts_info == FTS_INIT)

Completed in 81 milliseconds