Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:fts

33 #include <fts.h>
345 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL);
348 if (fts == NULL)
355 while ((f = fts_read (fts)) != NULL)
362 fts_set (fts, f, FTS_SKIP);
426 fts_close (fts);
567 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL);
568 if (fts == NULL)
576 while ((f = fts_read (fts)) != NULL)
605 fts_close (fts);
682 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL);
683 if (fts == NULL)
726 while ((f = fts_read (fts)) != NULL)
733 fts_set (fts, f, FTS_SKIP);
750 fts_close (fts);
775 fts_close (fts);