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

/freebsd-current/lib/libc/gen/
H A Dfts-compat.h108 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
H A Dfts-compat.c379 * Set the FTS_DONTCHDIR flag so that when we logically change
388 p->fts_flags |= FTS_DONTCHDIR;
484 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
716 cur->fts_flags |= FTS_DONTCHDIR;
H A Dfts.c367 * Set the FTS_DONTCHDIR flag so that when we logically change
376 p->fts_flags |= FTS_DONTCHDIR;
475 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
713 cur->fts_flags |= FTS_DONTCHDIR;
H A Dfts-compat11.c369 * Set the FTS_DONTCHDIR flag so that when we logically change
378 p->fts_flags |= FTS_DONTCHDIR;
477 } else if (!(p->fts_flags & FTS_DONTCHDIR) &&
715 cur->fts_flags |= FTS_DONTCHDIR;
/freebsd-current/include/
H A Dfts.h103 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro

Completed in 118 milliseconds