Searched refs:FTSENT (Results 1 – 3 of 3) sorted by relevance
/io/ |
A D | fts.h | 147 } FTSENT; typedef 182 FTSENT *fts_children (FTS *, int); 185 int (*)(const FTSENT **, const FTSENT **)); 186 FTSENT *fts_read (FTS *); 187 int fts_set (FTS *, FTSENT *, int) __THROW; 191 FTSENT *__REDIRECT (fts_children, (FTS *, int), fts64_children); 194 int (*)(const FTSENT **, const FTSENT **)), 196 FTSENT *__REDIRECT (fts_read, (FTS *), fts64_read); 202 int (*)(const FTSENT **, const FTSENT **)), 204 FTSENT *__REDIRECT (fts_read, (FTS *), __fts64_read_time64); [all …]
|
A D | tst-fts.c | 115 compare_ents (const FTSENT **ent1, const FTSENT **ent2) in compare_ents() 135 FTSENT *child = fts_children (fts, 0); in children() 170 FTSENT *ent; in do_test()
|
A D | fts.c | 82 # define FTSENTRY FTSENT
|
Completed in 6 milliseconds