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

/freebsd-current/lib/libc/gen/
H A Dfts-compat.h114 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
H A Dfts-compat.c337 if (instr == FTS_FOLLOW &&
429 if (p->fts_instr == FTS_FOLLOW) {
503 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
935 * If doing a logical walk, or application requested FTS_FOLLOW, do
H A Dfts.c325 if (instr == FTS_FOLLOW &&
418 if (p->fts_instr == FTS_FOLLOW) {
495 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
922 * If doing a logical walk, or application requested FTS_FOLLOW, do
H A Dfts-compat11.c327 if (instr == FTS_FOLLOW &&
420 if (p->fts_instr == FTS_FOLLOW) {
497 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
924 * If doing a logical walk, or application requested FTS_FOLLOW, do
/freebsd-current/include/
H A Dfts.h109 #define FTS_FOLLOW 2 /* follow symbolic link */ macro

Completed in 126 milliseconds