Searched refs:fts_read (Results 1 – 8 of 8) sorted by relevance
53 while (FTSENT* ent = fts_read(fts.get())) { in collectHeaders()
46 while (FTSENT* ent = fts_read(fts.get())) { in addDirectoryToVFS()
439 while (FTSENT* ent = fts_read(fts.get())) { in preprocessHeaders()
128 FTSENT* fts_read(FTS* __fts) __INTRODUCED_IN(21);
60 while (error == 0 && (cur = fts_read(fts)) != nullptr) { in do_nftw()
250 fts_read(FTS *sp) in fts_read() function
407 fts_read; # introduced=21