Searched refs:fts (Results 1 – 2 of 2) sorted by relevance
133 children (FTS *fts) in children() argument135 FTSENT *child = fts_children (fts, 0); in children()162 FTS *fts; in do_test() local163 fts = fts_open (paths, FTS_LOGICAL, &compare_ents); in do_test()164 if (fts == NULL) in do_test()171 while ((ent = fts_read (fts)) != NULL) in do_test()183 children (fts); in do_test()211 if (fts_close (fts) != 0) in do_test()
30 utime.h ftw.h fts.h sys/sendfile.h53 ftw ftw64 fts fts64 poll ppoll \71 tst-fts tst-fts-lfs tst-open-tmpfile \88 tst-fts-time64 \123 CFLAGS-fts.c += -Wno-uninitialized $(uses-callbacks) -fexceptions
Completed in 3 milliseconds