Home
last modified time | relevance | path

Searched refs:FTS_FOLLOW (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfts-compat.h114 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
H A Dfts-compat11.c327 if (instr == FTS_FOLLOW && in freebsd11_fts_read()
420 if (p->fts_instr == FTS_FOLLOW) { in freebsd11_fts_read()
497 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW && in freebsd11_fts_set()
H A Dfts.c326 if (instr == FTS_FOLLOW && in fts_read()
419 if (p->fts_instr == FTS_FOLLOW) { in fts_read()
496 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW && in fts_set()
H A Dfts-compat.c337 if (instr == FTS_FOLLOW && in __fts_read_44bsd()
429 if (p->fts_instr == FTS_FOLLOW) { in __fts_read_44bsd()
503 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW && in __fts_set_44bsd()
/freebsd/include/
H A Dfts.h109 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
/freebsd/contrib/mandoc/
H A DTODO318 this may be feasible using fts_set(FTS_FOLLOW)