Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c31 int opt, fts_flags; in main() local
84 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in main()
85 fts = fts_open(paths, fts_flags, NULL); in main()
/third_party/FreeBSD/lib/libc/gen/
Dfts.c344 p->fts_flags |= FTS_SYMFOLLOW; in fts_read()
354 if (p->fts_flags & FTS_SYMFOLLOW) in fts_read()
386 p->fts_flags |= FTS_DONTCHDIR; in fts_read()
436 p->fts_flags |= FTS_SYMFOLLOW; in fts_read()
476 } else if (p->fts_flags & FTS_SYMFOLLOW) { in fts_read()
485 } else if (!(p->fts_flags & FTS_DONTCHDIR) && in fts_read()
709 cur->fts_flags |= FTS_DONTCHDIR; in fts_build()
782 p->fts_flags |= FTS_ISW; in fts_build()
895 if (p->fts_flags & FTS_ISW) { in fts_stat()
1045 p->fts_flags = 0; in fts_alloc()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c868 int fts_flags, error, sverrno; in selinux_restorecon() local
982 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV; in selinux_restorecon()
984 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon()
986 fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon()
1271 int rc, fts_flags; in selinux_restorecon_xattr() local
1315 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon_xattr()
1317 fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon_xattr()
/third_party/FreeBSD/include/
Dfts.h149 unsigned fts_flags; /* private flags for FTSENT structure */ member
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3207 int fts_flags; in cpuset_fts_open() local
3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()
3214 fts = fts_open(path_argv, fts_flags, NULL); in cpuset_fts_open()