Home
last modified time | relevance | path

Searched refs:fts (Results 1 – 2 of 2) sorted by relevance

/io/
A Dtst-fts.c133 children (FTS *fts) in children() argument
135 FTSENT *child = fts_children (fts, 0); in children()
162 FTS *fts; in do_test() local
163 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()
A DMakefile30 utime.h ftw.h fts.h sys/sendfile.h
53 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