Searched refs:fts_open (Results 1 - 10 of 10) sorted by relevance
/third_party/FreeBSD/include/ |
H A D | fts.h | 103 int fts_options; /* fts_open options, global flags */ 172 FTS *fts_open(char * const *, int,
|
/third_party/selinux/libselinux/utils/ |
H A D | selabel_get_digests_all_partial_matches.c | 86 fts = fts_open(paths, fts_flags, NULL); in main()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 399 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline() 669 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes() 803 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf()
|
/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() 2269 FTS *file_hierarchy = fts_open(paths, 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/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 1288 state.fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon_common() 1604 fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon_xattr()
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | fts.c | 77 * details. The FTS returned from fts_open points to this structure's 115 fts_open(char * const *argv, int options, in fts_open() function 130 /* fts_open() requires at least one path */ in fts_open() 236 * place and the user can access the first node. From fts_open it's in fts_load() 848 * the saved fd; if one of fts_open()'s arguments is a relative path in fts_build()
|
/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/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 324 FTS *fts = fts_open(dirs, 0, NULL); in debuginfod_clean_cache()
|
H A D | debuginfod.cxx | 3639 FTS *fts = fts_open ((char * const *)sps.data(), in scan_source_paths() 3644 throw libc_exception(errno, "cannot fts_open"); in scan_source_paths()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 3214 fts = fts_open(path_argv, fts_flags, NULL); in cpuset_fts_open()
|
Completed in 26 milliseconds