Home
last modified time | relevance | path

Searched refs:fts_read (Results 1 – 11 of 11) sorted by relevance

/third_party/elfutils/tests/
Dlfs-symbols37 #fts_read
/third_party/FreeBSD/include/
Dfts.h175 FTSENT *fts_read(FTS *);
/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c93 while ((ftsent = fts_read(fts)) != NULL) { in main()
/third_party/elfutils/libdwfl/
Dlinux-kernel-modules.c409 while ((f = fts_read (fts)) != NULL) in dwfl_linux_kernel_report_offline()
678 while ((f = fts_read (fts)) != NULL) in check_module_notes()
835 while ((f = fts_read (fts)) != NULL) in dwfl_linux_kernel_find_elf()
/third_party/libabigail/src/
Dabg-tools-utils.cc1958 while ((entry = fts_read(file_hierarchy))) in gen_suppr_spec_from_headers_root_dir()
2275 while ((entry = fts_read(file_hierarchy))) in find_file_under_dir()
2413 while ((entry = fts_read(file_hierarchy))) in find_vmlinux_and_module_paths()
2455 while ((entry = fts_read(file_hierarchy))) in find_vmlinux_path()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c892 while (((void)(errno = 0), ftsent = fts_read(fts)) != NULL) { in selinux_restorecon_thread()
1205 state.ftsent_first = fts_read(state.fts); in selinux_restorecon_common()
1520 while ((ftsent = fts_read(fts)) != NULL) { in selinux_restorecon_xattr()
/third_party/FreeBSD/lib/libc/gen/
Dfts.c305 fts_read(FTS *sp) in fts_read() function
/third_party/libabigail/tools/
Dabipkgdiff.cc1914 while ((entry = fts_read(file_hierarchy))) in get_kabi_whitelists_from_arch_under_dir()
2292 while ((entry = fts_read(file_hierarchy))) in get_interesting_files_under_dir()
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c336 while ((f = fts_read(fts)) != NULL) in debuginfod_clean_cache()
Ddebuginfod.cxx3652 while ((f = fts_read (fts)) != NULL) in scan_source_paths()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3224 while ((ftsent = fts_read(fts)) != NULL) { in cpuset_fts_open()