Searched refs:FTSENT (Results 1 - 10 of 10) sorted by relevance
/third_party/FreeBSD/lib/libc/gen/ |
H A 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 *); [all...] |
/third_party/FreeBSD/include/ |
H A D | fts.h | 143 int fts_info; /* user status for FTSENT structure */ 148 unsigned fts_flags; /* private flags for FTSENT structure */ 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/elfutils/libdwfl/ |
H A 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/libabigail/src/ |
H A 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() 2228 /// Test if a given FTSENT* denotes a file with a given name. 2230 /// @param entry the FTSENT* to consider. 2237 entry_of_file_with_name(const FTSENT *entry, in entry_of_file_with_name() 2274 FTSENT *entry; in find_file_under_dir() 2334 /// Test if an FTSENT pointer (resulting from fts_read) represents the 2337 /// @param entry the FTSENT to consider. 2341 is_vmlinux(const FTSENT *entry) in is_vmlinux() 2364 /// Test if an FTSENT pointe [all...] |
/third_party/selinux/libselinux/utils/ |
H A D | selabel_get_digests_all_partial_matches.c | 35 FTSENT *ftsent; in main()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 906 FTSENT *ftsent_first; 919 FTSENT *ftsent; in selinux_restorecon_thread() 1563 FTSENT *ftsent; in selinux_restorecon_xattr()
|
/third_party/libabigail/tools/ |
H A 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/ |
H A D | debuginfod-client.c | 333 FTSENT *f; in debuginfod_clean_cache()
|
H A D | debuginfod.cxx | 3651 FTSENT *f; in scan_source_paths()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 3200 FTSENT *ftsent; in cpuset_fts_open()
|
Completed in 26 milliseconds