Home
last modified time | relevance | path

Searched refs:fts_read (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/lib/libc/tests/gen/
H A Dfts_set_test.c43 ent = fts_read(fts); in ATF_TC_BODY()
72 for (errno = 0; (ent = fts_read(fts)) != NULL; errno = 0) { in ATF_TC_BODY()
113 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
151 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
190 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
226 ent = fts_read(fts); in ATF_TC_BODY()
232 ent = fts_read(fts); in ATF_TC_BODY()
267 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
307 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
345 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
H A Dfts_regress_test.c98 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
151 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
198 ATF_REQUIRE((ent = fts_read(fts)) != NULL); in ATF_TC_BODY()
202 ATF_REQUIRE((ent = fts_read(fts)) != NULL); in ATF_TC_BODY()
208 ATF_REQUIRE_EQ_MSG(NULL, fts_read(fts), in ATF_TC_BODY()
255 while (fts_read(fts) != NULL) in ATF_TC_BODY()
297 while (fts_read(fts) != NULL) in ATF_TC_BODY()
H A Dfts_misc_test.c124 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
166 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
206 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
262 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
311 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
351 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
390 ATF_REQUIRE(fts_read(fts) != NULL); in ATF_TC_BODY()
398 while (fts_read(fts) != NULL) in ATF_TC_BODY()
447 ATF_REQUIRE(fts_read(fts) != NULL); in ATF_TC_BODY()
450 while (fts_read(fts) != NULL) in ATF_TC_BODY()
[all …]
H A Dfts_children_test.c89 ent = fts_read(fts); in ATF_TC_BODY()
130 ent = fts_read(fts); in ATF_TC_BODY()
173 ent = fts_read(fts); in ATF_TC_BODY()
226 ent = fts_read(fts); in ATF_TC_BODY()
245 while (fts_read(fts) != NULL) in ATF_TC_BODY()
273 ent = fts_read(fts); /* FTS_D dir */ in ATF_TC_BODY()
277 ent = fts_read(fts); /* FTS_F file */ in ATF_TC_BODY()
H A Dfts_open_test.c77 ent = fts_read(fts); in ATF_TC_BODY()
104 ent = fts_read(fts); in ATF_TC_BODY()
114 ATF_CHECK_EQ(NULL, fts_read(fts)); in ATF_TC_BODY()
144 while ((ent = fts_read(fts)) != NULL) { in ATF_TC_BODY()
H A Dfts_blocks_test.c55 while ((ftse = fts_read(fts)) != NULL && *expect != NULL) { in ATF_TC_BODY()
H A Dfts_test.h61 while ((ftse = fts_read(fts)) != NULL && expect->fts_name != NULL) { in fts_test()
/freebsd/contrib/mandoc/
H A Dtest-fts.c31 entry = fts_read(ftsp); in main()
H A Dcompat_fts.h103 FTSENT *fts_read(FTS *);
/freebsd/tools/test/stress2/testcases/fts/
H A Dfts.c69 while ((p = fts_read(fts)) != NULL && done_testing == 0) { in test()
/freebsd/lib/libc/gen/
H A Dftw.c47 while ((cur = fts_read(ftsp)) != NULL) { in ftw()
H A Dnftw.c58 while ((cur = fts_read(ftsp)) != NULL) { in nftw()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c105 while ((ftse = fts_read(fts)) != NULL) { in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Ddev.sh96 while ((p = fts_read(fts)) != NULL) {
H A Ddev2.sh108 while ((p = fts_read(fts)) != NULL) {
H A Dprocfs3.sh91 while ((p = fts_read(fts)) != NULL) {
H A Dfts3.sh107 while ((p = fts_read(fts)) != NULL)
H A Dfts.sh100 while ((p = fts_read(fts)) != NULL) {
H A Dposix_openpt2.sh93 while ((p = fts_read(fts)) != NULL) {
H A Dpts.sh93 while ((p = fts_read(fts)) != NULL) {
H A Ddev3.sh119 while ((p = fts_read(fts)) != NULL) {
H A Dpty.sh91 while ((p = fts_read(fts)) != NULL) {
H A Dsigxcpu.sh110 while ((p = fts_read(fts)) != NULL) {
H A Dfifo3.sh154 while ((p = fts_read(fts)) != NULL) {
/freebsd/include/
H A Dfts.h153 FTSENT *fts_read(FTS *);

123