FTS_DONTCHDIR     101 usr/include/fts.h #define	FTS_DONTCHDIR	 0x01		/* don't chdir .. to the parent */
FTS_DONTCHDIR     331 usr/lib/libc/gen/fts.c 				p->fts_flags |= FTS_DONTCHDIR;
FTS_DONTCHDIR     426 usr/lib/libc/gen/fts.c 	} else if (!(p->fts_flags & FTS_DONTCHDIR)) {
FTS_DONTCHDIR     610 usr/lib/libc/gen/fts.c 			cur->fts_flags |= FTS_DONTCHDIR;