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

/freebsd-current/lib/libc/gen/
H A Dfts-compat.h109 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */ macro
H A Dfts-compat.c346 p->fts_flags |= FTS_SYMFOLLOW;
356 if (p->fts_flags & FTS_SYMFOLLOW)
437 p->fts_flags |= FTS_SYMFOLLOW;
475 } else if (p->fts_flags & FTS_SYMFOLLOW) {
H A Dfts.c334 p->fts_flags |= FTS_SYMFOLLOW;
344 if (p->fts_flags & FTS_SYMFOLLOW)
426 p->fts_flags |= FTS_SYMFOLLOW;
466 } else if (p->fts_flags & FTS_SYMFOLLOW) {
H A Dfts-compat11.c336 p->fts_flags |= FTS_SYMFOLLOW;
346 if (p->fts_flags & FTS_SYMFOLLOW)
428 p->fts_flags |= FTS_SYMFOLLOW;
468 } else if (p->fts_flags & FTS_SYMFOLLOW) {
/freebsd-current/include/
H A Dfts.h104 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */ macro

Completed in 114 milliseconds