Lines Matching defs:fts
39 #include <fts.h>77 FTS *fts;96 fts = fts_open(argv, ops, NULL);98 if (fts == NULL) {99 str = "failed to initialize fts(3)";103 while ((ftse = fts_read(fts)) != NULL) {109 (void)fts_set(fts, ftse, FTS_SKIP);137 if (fts != NULL)138 (void)fts_close(fts);
Indexes created Tue Sep 30 11:09:46 GMT 2025