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

/freebsd-12-stable/lib/libc/gen/
H A Dfts-compat.h117 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
H A Dfts-compat.c342 if (instr == FTS_FOLLOW &&
434 if (p->fts_instr == FTS_FOLLOW) {
508 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
916 * If doing a logical walk, or application requested FTS_FOLLOW, do
H A Dfts-compat11.c332 if (instr == FTS_FOLLOW &&
425 if (p->fts_instr == FTS_FOLLOW) {
502 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
903 * If doing a logical walk, or application requested FTS_FOLLOW, do
H A Dfts.c329 if (instr == FTS_FOLLOW &&
422 if (p->fts_instr == FTS_FOLLOW) {
499 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
899 * If doing a logical walk, or application requested FTS_FOLLOW, do
/freebsd-12-stable/include/
H A Dfts.h112 #define FTS_FOLLOW 2 /* follow symbolic link */ macro

Completed in 72 milliseconds