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

/freebsd-10.3-release/lib/libc/gen/
H A Dfts.c335 if (instr == FTS_FOLLOW &&
428 if (p->fts_instr == FTS_FOLLOW) {
505 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
904 * If doing a logical walk, or application requested FTS_FOLLOW, do
H A Dfts-compat.h115 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
H A Dfts-compat.c349 if (instr == FTS_FOLLOW &&
441 if (p->fts_instr == FTS_FOLLOW) {
518 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
930 * If doing a logical walk, or application requested FTS_FOLLOW, do
/freebsd-10.3-release/include/
H A Dfts.h110 #define FTS_FOLLOW 2 /* follow symbolic link */ macro

Completed in 88 milliseconds