Home
last modified time | relevance | path

Searched refs:fts_open (Results 1 - 10 of 10) sorted by relevance

/third_party/FreeBSD/include/
H A Dfts.h103 int fts_options; /* fts_open options, global flags */
172 FTS *fts_open(char * const *, int,
/third_party/selinux/libselinux/utils/
H A Dselabel_get_digests_all_partial_matches.c86 fts = fts_open(paths, fts_flags, NULL); in main()
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c399 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 Dabg-tools-utils.cc1955 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 Dselinux_restorecon.c1288 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 Dfts.c77 * 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 Dabipkgdiff.cc1909 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 Ddebuginfod-client.c324 FTS *fts = fts_open(dirs, 0, NULL); in debuginfod_clean_cache()
H A Ddebuginfod.cxx3639 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 Dlibcpuset.c3214 fts = fts_open(path_argv, fts_flags, NULL); in cpuset_fts_open()

Completed in 26 milliseconds