Home
last modified time | relevance | path

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

/src/lib/libc/gen/
H A Dfts-compat.h108 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro
H A Dfts-compat11.c378 p->fts_flags |= FTS_DONTCHDIR; in freebsd11_fts_read()
477 } else if (!(p->fts_flags & FTS_DONTCHDIR) && in freebsd11_fts_read()
715 cur->fts_flags |= FTS_DONTCHDIR; in fts_build()
H A Dfts-compat.c388 p->fts_flags |= FTS_DONTCHDIR; in __fts_read_44bsd()
484 } else if (!(p->fts_flags & FTS_DONTCHDIR) && in __fts_read_44bsd()
716 cur->fts_flags |= FTS_DONTCHDIR; in fts_build()
H A Dfts.c475 p->fts_flags |= FTS_DONTCHDIR; in fts_read()
574 } else if (!(p->fts_flags & FTS_DONTCHDIR) && in fts_read()
806 cur->fts_flags |= FTS_DONTCHDIR; in fts_build()
/src/include/
H A Dfts.h122 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro