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

/freebsd-current/lib/libc/gen/
H A Dfts-compat.h113 #define FTS_AGAIN 1 /* read node again */ macro
H A Dfts-compat.c326 if (instr == FTS_AGAIN) {
503 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
543 * same effect is available with FTS_AGAIN.
H A Dfts.c314 if (instr == FTS_AGAIN) {
495 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
535 * same effect is available with FTS_AGAIN.
H A Dfts-compat11.c316 if (instr == FTS_AGAIN) {
497 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
537 * same effect is available with FTS_AGAIN.
/freebsd-current/include/
H A Dfts.h108 #define FTS_AGAIN 1 /* read node again */ macro

Completed in 196 milliseconds