Searched refs:FTSENT (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | fts.c | 46 static FTSENT *fts_alloc(FTS *, const char *, size_t); 47 static FTSENT *fts_build(FTS *, int); 48 static void fts_lfree(FTSENT *); 49 static void fts_load(FTS *, FTSENT *); 51 static void fts_padjust(FTS *, FTSENT *); 53 static FTSENT *fts_sort(FTS *, FTSENT *, int); 54 static u_short fts_stat(FTS *, FTSENT *, int, int); 55 static int fts_safe_changedir(FTS *, FTSENT *, int, const char *); 72 int (*compar)(const FTSENT **, const FTSENT **)) in __fts_open() argument 75 FTSENT *p, *root; in __fts_open() [all …]
|
D | ftw.cpp | 28 extern "C" FTS* __fts_open(char* const*, int, int (*)(const FTSENT**, const FTSENT**)); 59 FTSENT* cur; in do_nftw()
|
/bionic/libc/include/ |
D | fts.h | 116 } FTSENT; typedef 120 FTSENT* _Nullable fts_children(FTS* _Nonnull __fts, int __options); 122 …int __options, int (* _Nullable __comparator)(const FTSENT* _Nonnull * _Nonnull __lhs, const FTSE… 123 FTSENT* _Nullable fts_read(FTS* _Nonnull __fts); 124 int fts_set(FTS* _Nonnull __fts, FTSENT* _Nonnull __entry, int __options);
|
/bionic/libc/fts/include/bionic/ |
D | fts.h | 116 } FTSENT; typedef 120 FTSENT* _Nullable fts_children(FTS* _Nonnull __fts, int __options); 122 …int __options, int (* _Nullable __comparator)(const FTSENT* _Nonnull * _Nonnull __lhs, const FTSE… 123 FTSENT* _Nullable fts_read(FTS* _Nonnull __fts); 124 int fts_set(FTS* _Nonnull __fts, FTSENT* _Nonnull __entry, int __options);
|
/bionic/tools/versioner/src/ |
D | Utils.cpp | 52 FTSENT* skipping = nullptr; in collectHeaders() 53 while (FTSENT* ent = fts_read(fts.get())) { in collectHeaders()
|
D | VFS.cpp | 46 while (FTSENT* ent = fts_read(fts.get())) { in addDirectoryToVFS()
|
D | Preprocessor.cpp | 449 while (FTSENT* ent = fts_read(fts.get())) { in preprocessHeaders()
|