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

/netbsd-6-1-5-RELEASE/include/
H A Dfts.h123 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfts.c392 * Set the FTS_DONTCHDIR flag so that when we logically change
401 p->fts_flags |= FTS_DONTCHDIR;
496 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
695 cur->fts_flags |= FTS_DONTCHDIR;

Completed in 105 milliseconds