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

/freebsd-10-stable/lib/libc/gen/
H A Dfts-compat.h109 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
H A Dfts-compat.c390 * Set the FTS_DONTCHDIR flag so that when we logically change
399 p->fts_flags |= FTS_DONTCHDIR;
495 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
722 cur->fts_flags |= FTS_DONTCHDIR;
H A Dfts.c376 * Set the FTS_DONTCHDIR flag so that when we logically change
385 p->fts_flags |= FTS_DONTCHDIR;
484 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
708 cur->fts_flags |= FTS_DONTCHDIR;
/freebsd-10-stable/include/
H A Dfts.h104 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro

Completed in 55 milliseconds