Searched refs:FTSENT (Results 1 – 5 of 5) 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 | 160 } FTSENT; typedef 167 FTSENT *fts_children(FTS *, int); 171 FTS *fts_get_stream(FTSENT *); 174 int (*)(const FTSENT * const *, const FTSENT * const *)); 175 FTSENT *fts_read(FTS *); 176 int fts_set(FTS *, FTSENT *, int);
|
/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 | 865 FTSENT *ftsent; in selinux_restorecon() 1276 FTSENT *ftsent; in selinux_restorecon_xattr()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 3200 FTSENT *ftsent; in cpuset_fts_open()
|