Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
H A Dfts.h105 } FTS; typedef
158 FTS *fts_fts; /* back pointer to main FTS */
166 FTSENT *fts_children(FTS *, int);
167 int fts_close(FTS *);
168 void *fts_get_clientptr(FTS *);
170 FTS *fts_get_stream(FTSENT *);
172 FTS *fts_open(char * const *, int,
174 FTSENT *fts_read(FTS *);
175 int fts_set(FTS *, FTSEN
[all...]
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c50 static FTSENT *fts_alloc(FTS *, char *, size_t);
51 static FTSENT *fts_build(FTS *, int);
53 static void fts_load(FTS *, FTSENT *);
55 static void fts_padjust(FTS *, FTSENT *);
56 static int fts_palloc(FTS *, size_t);
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 *);
76 * Internal representation of an FTS, includin
[all...]
/third_party/selinux/libselinux/utils/
H A Dselabel_get_digests_all_partial_matches.c34 FTS *fts; in main()
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c399 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline()
669 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes()
803 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c905 FTS *fts;
918 FTS *fts = state->fts; in selinux_restorecon_thread()
1562 FTS *fts; in selinux_restorecon_xattr()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1955 if (FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL)) in gen_suppr_spec_from_headers_root_dir()
2269 FTS *file_hierarchy = fts_open(paths, in find_file_under_dir()
2407 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_and_module_paths()
2449 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_path()
/third_party/libabigail/tools/
H A Dabipkgdiff.cc1909 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_kabi_whitelists_from_arch_under_dir()
2286 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_interesting_files_under_dir()
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c324 FTS *fts = fts_open(dirs, 0, NULL); in debuginfod_clean_cache()
H A Ddebuginfod.cxx3639 FTS *fts = fts_open ((char * const *)sps.data(), in scan_source_paths()
3645 defer_dtor<FTS*,int> fts_cleanup (fts, fts_close); in scan_source_paths()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3199 FTS *fts = NULL; in cpuset_fts_open()

Completed in 25 milliseconds