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

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h119 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
H A Dfts-compat.c347 if (instr == FTS_FOLLOW &&
439 if (p->fts_instr == FTS_FOLLOW) {
516 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
928 * If doing a logical walk, or application requested FTS_FOLLOW, do
H A Dfts.c342 if (instr == FTS_FOLLOW &&
434 if (p->fts_instr == FTS_FOLLOW) {
511 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
907 * If doing a logical walk, or application requested FTS_FOLLOW, do
/freebsd-9.3-release/include/
H A Dfts.h108 #define FTS_FOLLOW 2 /* follow symbolic link */ macro

Completed in 46 milliseconds