Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
H A Dfts.h174 FTSENT *fts_read(FTS *);
/third_party/selinux/libselinux/utils/
H A Dselabel_get_digests_all_partial_matches.c93 while ((ftsent = fts_read(fts)) != NULL) { in main()
/third_party/elfutils/libdwfl/
H A 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/selinux/libselinux/src/
H A Dselinux_restorecon.c935 while (((void)(errno = 0), ftsent = fts_read(fts)) != NULL) { in selinux_restorecon_thread()
1292 state.ftsent_first = fts_read(state.fts); in selinux_restorecon_common()
1612 while ((ftsent = fts_read(fts)) != NULL) { in selinux_restorecon_xattr()
/third_party/libabigail/src/
H A 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()
2334 /// Test if an FTSENT pointer (resulting from fts_read) represents the
2364 /// Test if an FTSENT pointer (resulting from fts_read) represents a a
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/FreeBSD/lib/libc/gen/
H A Dfts.c73 #define BREAD 3 /* fts_read */
197 * Allocate a dummy pointer and make fts_read think that we've just in fts_open()
305 fts_read(FTS *sp) in fts_read() function
561 * If using chdir on a relative path and called BEFORE fts_read does in fts_children()
565 * fts_read will work. in fts_children()
616 * and fts_read. There are lots of special cases.
646 * If being called from fts_read, set the fts_info field. in fts_build()
694 * names themselves. Note, that since fts_read won't be able to in fts_build()
721 * could do them in fts_read before returning the path, but it's a in fts_build()
847 * fts_read an in fts_build()
[all...]
/third_party/libabigail/tools/
H A 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/
H A Ddebuginfod-client.c336 while ((f = fts_read(fts)) != NULL) in debuginfod_clean_cache()
H A Ddebuginfod.cxx3626 // NB: fedora 31 glibc/fts(3) crashes inside fts_read() on empty in scan_source_paths()
3652 while ((f = fts_read (fts)) != NULL) in scan_source_paths()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3224 while ((ftsent = fts_read(fts)) != NULL) { in cpuset_fts_open()

Completed in 26 milliseconds