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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h115 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
H A Dfts-compat.c341 if (instr == FTS_FOLLOW &&
433 if (p->fts_instr == FTS_FOLLOW) {
507 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
914 * If doing a logical walk, or application requested FTS_FOLLOW, do
H A Dfts.c332 if (instr == FTS_FOLLOW &&
425 if (p->fts_instr == FTS_FOLLOW) {
502 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
901 * If doing a logical walk, or application requested FTS_FOLLOW, do
/freebsd-11-stable/include/
H A Dfts.h110 #define FTS_FOLLOW 2 /* follow symbolic link */ macro

Completed in 69 milliseconds