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

/freebsd-10.3-release/lib/libc/gen/
H A Dfts.c324 if (instr == FTS_AGAIN) {
505 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
545 * same effect is available with FTS_AGAIN.
H A Dfts-compat.h114 #define FTS_AGAIN 1 /* read node again */ macro
H A Dfts-compat.c338 if (instr == FTS_AGAIN) {
518 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
560 * same effect is available with FTS_AGAIN.
/freebsd-10.3-release/include/
H A Dfts.h109 #define FTS_AGAIN 1 /* read node again */ macro

Completed in 101 milliseconds