Searched refs:fts_read (Results 1 – 11 of 11) sorted by relevance
37 #fts_read
175 FTSENT *fts_read(FTS *);
93 while ((ftsent = fts_read(fts)) != NULL) { in main()
409 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()
1958 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()
892 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()
305 fts_read(FTS *sp) in fts_read() function
1914 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()
336 while ((f = fts_read(fts)) != NULL) in debuginfod_clean_cache()
3652 while ((f = fts_read (fts)) != NULL) in scan_source_paths()
3224 while ((ftsent = fts_read(fts)) != NULL) { in cpuset_fts_open()