Lines Matching defs:fts
32 /* In case we have a bad fts we include this before config.h because it
35 Also, include sys/types.h before fts. On some systems fts.h is not self
39 #include <fts.h>
83 #include <fts.h>
96 /* If fts.h is included before config.h, its indirect inclusions may not
105 #include <fts.h>
324 FTS *fts = fts_open(dirs, 0, NULL);
325 if (fts == NULL)
336 while ((f = fts_read(fts)) != NULL)
366 fts_close (fts);