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

/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h113 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
H A Dfts-compat.c389 * Set the FTS_DONTCHDIR flag so that when we logically change
398 p->fts_flags |= FTS_DONTCHDIR;
494 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
719 cur->fts_flags |= FTS_DONTCHDIR;
H A Dfts.c384 * Set the FTS_DONTCHDIR flag so that when we logically change
393 p->fts_flags |= FTS_DONTCHDIR;
489 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
716 cur->fts_flags |= FTS_DONTCHDIR;
/freebsd-9.3-release/include/
H A Dfts.h102 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro

Completed in 58 milliseconds