Searched refs:FTSENT (Results 1 – 10 of 10) sorted by relevance
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 50 static FTSENT *fts_alloc(FTS *, char *, size_t); 51 static FTSENT *fts_build(FTS *, int); 52 static void fts_lfree(FTSENT *); 53 static void fts_load(FTS *, FTSENT *); 55 static void fts_padjust(FTS *, FTSENT *); 57 static FTSENT *fts_sort(FTS *, FTSENT *, size_t); 58 static int fts_stat(FTS *, FTSENT *, int, int); 59 static int fts_safe_changedir(FTS *, FTSENT *, int, char *); 60 static int fts_ufslinks(FTS *, const FTSENT *); 116 int (*compar)(const FTSENT * const *, const FTSENT * const *)) in fts_open() [all …]
|
/third_party/FreeBSD/include/ |
D | fts.h | 159 } FTSENT; typedef 166 FTSENT *fts_children(FTS *, int); 170 FTS *fts_get_stream(FTSENT *); 173 int (*)(const FTSENT * const *, const FTSENT * const *)); 174 FTSENT *fts_read(FTS *); 175 int fts_set(FTS *, FTSENT *, int);
|
/third_party/libabigail/src/ |
D | abg-tools-utils.cc | 1915 handle_fts_entry(const FTSENT *entry, in handle_fts_entry() 1957 FTSENT *entry; in gen_suppr_spec_from_headers_root_dir() 2237 entry_of_file_with_name(const FTSENT *entry, in entry_of_file_with_name() 2274 FTSENT *entry; in find_file_under_dir() 2341 is_vmlinux(const FTSENT *entry) in is_vmlinux() 2371 is_kernel_module(const FTSENT *entry) in is_kernel_module() 2412 FTSENT *entry; in find_vmlinux_and_module_paths() 2454 FTSENT *entry; in find_vmlinux_path()
|
/third_party/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 343 check_suffix (const FTSENT *f, size_t namelen) in check_suffix() 408 FTSENT *f; in dwfl_linux_kernel_report_offline() 677 FTSENT *f; in check_module_notes() 833 FTSENT *f; in dwfl_linux_kernel_find_elf()
|
/third_party/selinux/libselinux/utils/ |
D | selabel_get_digests_all_partial_matches.c | 35 FTSENT *ftsent; in main()
|
/third_party/selinux/libselinux/src/ |
D | selinux_restorecon.c | 878 FTSENT *ftsent_first; 891 FTSENT *ftsent; in selinux_restorecon_thread() 1535 FTSENT *ftsent; in selinux_restorecon_xattr()
|
/third_party/libabigail/tools/ |
D | abipkgdiff.cc | 1870 maybe_collect_kabi_whitelists(const FTSENT *entry, in maybe_collect_kabi_whitelists() 1913 FTSENT *entry; in get_kabi_whitelists_from_arch_under_dir() 2229 maybe_update_package_content(const FTSENT *entry, in maybe_update_package_content() 2290 FTSENT *entry; in get_interesting_files_under_dir()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod-client.c | 333 FTSENT *f; in debuginfod_clean_cache()
|
D | debuginfod.cxx | 3651 FTSENT *f; in scan_source_paths()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 3200 FTSENT *ftsent; in cpuset_fts_open()
|