Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
Dfts.c68 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
145 SET(FTS_NOCHDIR); in fts_open()
213 if (!ISSET(FTS_NOCHDIR) && in fts_open()
215 SET(FTS_NOCHDIR); in fts_open()
278 if (!ISSET(FTS_NOCHDIR)) { in fts_close()
338 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { in fts_read()
430 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { in fts_read()
568 ISSET(FTS_NOCHDIR)) in fts_children()
728 if (ISSET(FTS_NOCHDIR)) { in fts_build()
770 if (ISSET(FTS_NOCHDIR)) in fts_build()
[all …]
/third_party/FreeBSD/include/
Dfts.h94 #define FTS_NOCHDIR 0x004 /* don't change directories */ macro
/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c84 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in main()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c982 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV; in selinux_restorecon()
984 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon()
1315 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon_xattr()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()