Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:FTS

53 #include <fts.h>
287 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL);
290 if (fts == NULL)
297 while ((f = fts_read (fts)) != NULL)
360 fts_close (fts);
502 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL);
503 if (fts == NULL)
511 while ((f = fts_read (fts)) != NULL)
540 fts_close (fts);
617 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL);
618 if (fts == NULL)
661 while ((f = fts_read (fts)) != NULL)
677 fts_close (fts);
702 fts_close (fts);