Searched refs:FTS_NOCHDIR (Results 1 - 8 of 8) sorted by relevance
/third_party/FreeBSD/lib/libc/gen/ |
H A D | fts.c | 68 #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/ |
H A D | fts.h | 93 #define FTS_NOCHDIR 0x004 /* don't change directories */ macro
|
/third_party/selinux/libselinux/utils/ |
H A D | selabel_get_digests_all_partial_matches.c | 85 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in main()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 1284 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV; in selinux_restorecon_common() 1286 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon_common() 1602 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon_xattr()
|
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 1955 if (FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL)) in gen_suppr_spec_from_headers_root_dir() 2270 FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_file_under_dir() 2407 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_and_module_paths() 2449 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_path()
|
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 1909 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_kabi_whitelists_from_arch_under_dir() 2286 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_interesting_files_under_dir()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 3641 | FTS_NOCHDIR /* multithreaded */, in scan_source_paths()
|
Completed in 26 milliseconds