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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h110 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */ macro
H A Dfts-compat.c350 p->fts_flags |= FTS_SYMFOLLOW;
360 if (p->fts_flags & FTS_SYMFOLLOW)
441 p->fts_flags |= FTS_SYMFOLLOW;
479 } else if (p->fts_flags & FTS_SYMFOLLOW) {
H A Dfts.c341 p->fts_flags |= FTS_SYMFOLLOW;
351 if (p->fts_flags & FTS_SYMFOLLOW)
433 p->fts_flags |= FTS_SYMFOLLOW;
473 } else if (p->fts_flags & FTS_SYMFOLLOW) {
/freebsd-11-stable/include/
H A Dfts.h105 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */ macro

Completed in 69 milliseconds