Searched refs:FTS_AGAIN (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h118 #define FTS_AGAIN 1 /* read node again */ macro
H A Dfts-compat.c336 if (instr == FTS_AGAIN) {
516 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
558 * same effect is available with FTS_AGAIN.
H A Dfts.c331 if (instr == FTS_AGAIN) {
511 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
553 * same effect is available with FTS_AGAIN.
/freebsd-9.3-release/include/
H A Dfts.h107 #define FTS_AGAIN 1 /* read node again */ macro

Completed in 50 milliseconds