Searched refs:FTS_DONTCHDIR (Results 1 - 4 of 4) sorted by path

/freebsd-10.3-release/include/
H A Dfts.h104 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
/freebsd-10.3-release/lib/libc/gen/
H A Dfts-compat.c391 * Set the FTS_DONTCHDIR flag so that when we logically change
400 p->fts_flags |= FTS_DONTCHDIR;
496 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
721 cur->fts_flags |= FTS_DONTCHDIR;
H A Dfts-compat.h109 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
H A Dfts.c377 * Set the FTS_DONTCHDIR flag so that when we logically change
386 p->fts_flags |= FTS_DONTCHDIR;
485 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
709 cur->fts_flags |= FTS_DONTCHDIR;

Completed in 69 milliseconds