Home
last modified time | relevance | path

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

/freebsd/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.c377 p->fts_flags |= FTS_DONTCHDIR; in fts_read()
476 } else if (!(p->fts_flags & FTS_DONTCHDIR) && in fts_read()
714 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()
/freebsd/include/
H A Dfts.h103 #define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */ macro