Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
Dfts.h96 #define FTS_PHYSICAL 0x010 /* physical walk */ 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/FreeBSD/lib/libc/gen/
Dfts.c673 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
687 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
/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()