Symbol: fts_read
bin/chflags/chflags.c
151
for (rval = 0; errno = 0, (p = fts_read(ftsp)) != NULL;) {
bin/chmod/chmod.c
153
for (rval = 0; errno = 0, (p = fts_read(ftsp)) != NULL;) {
bin/cp/cp.c
343
(curr = fts_read(ftsp)) != NULL;
bin/ls/ls.c
680
while (errno = 0, (p = fts_read(ftsp)) != NULL)
bin/pax/ftree.c
361
if ((ftent = fts_read(ftsp)) == NULL) {
bin/rm/rm.c
196
while (errno = 0, (p = fts_read(fts)) != NULL) {
bin/setfacl/setfacl.c
499
while (errno = 0, (file = fts_read(ftsp)) != NULL)
include/fts.h
153
FTSENT *fts_read(FTS *);
lib/libc/gen/fts-compat.c
1230
__sym_compat(fts_read, __fts_read_44bsd, FBSD_1.0);
lib/libc/gen/fts-compat11.c
1210
__sym_compat(fts_read, freebsd11_fts_read, FBSD_1.1);
lib/libc/gen/ftw.c
47
while ((cur = fts_read(ftsp)) != NULL) {
lib/libc/gen/nftw.c
58
while ((cur = fts_read(ftsp)) != NULL) {
lib/libc/tests/gen/fts_blocks_test.c
55
while ((ftse = fts_read(fts)) != NULL && *expect != NULL) {
lib/libc/tests/gen/fts_children_test.c
130
ent = fts_read(fts);
lib/libc/tests/gen/fts_children_test.c
173
ent = fts_read(fts);
lib/libc/tests/gen/fts_children_test.c
226
ent = fts_read(fts);
lib/libc/tests/gen/fts_children_test.c
245
while (fts_read(fts) != NULL)
lib/libc/tests/gen/fts_children_test.c
273
ent = fts_read(fts); /* FTS_D dir */
lib/libc/tests/gen/fts_children_test.c
277
ent = fts_read(fts); /* FTS_F file */
lib/libc/tests/gen/fts_children_test.c
89
ent = fts_read(fts);
lib/libc/tests/gen/fts_misc_test.c
124
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_misc_test.c
166
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_misc_test.c
206
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_misc_test.c
262
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_misc_test.c
311
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_misc_test.c
351
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_misc_test.c
390
ATF_REQUIRE(fts_read(fts) != NULL);
lib/libc/tests/gen/fts_misc_test.c
398
while (fts_read(fts) != NULL)
lib/libc/tests/gen/fts_misc_test.c
447
ATF_REQUIRE(fts_read(fts) != NULL);
lib/libc/tests/gen/fts_misc_test.c
450
while (fts_read(fts) != NULL)
lib/libc/tests/gen/fts_misc_test.c
514
ent = fts_read(fts);
lib/libc/tests/gen/fts_misc_test.c
565
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_open_test.c
104
ent = fts_read(fts);
lib/libc/tests/gen/fts_open_test.c
114
ATF_CHECK_EQ(NULL, fts_read(fts));
lib/libc/tests/gen/fts_open_test.c
144
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_open_test.c
77
ent = fts_read(fts);
lib/libc/tests/gen/fts_regress_test.c
151
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_regress_test.c
198
ATF_REQUIRE((ent = fts_read(fts)) != NULL);
lib/libc/tests/gen/fts_regress_test.c
202
ATF_REQUIRE((ent = fts_read(fts)) != NULL);
lib/libc/tests/gen/fts_regress_test.c
208
ATF_REQUIRE_EQ_MSG(NULL, fts_read(fts),
lib/libc/tests/gen/fts_regress_test.c
255
while (fts_read(fts) != NULL)
lib/libc/tests/gen/fts_regress_test.c
297
while (fts_read(fts) != NULL)
lib/libc/tests/gen/fts_regress_test.c
98
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_set_test.c
113
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_set_test.c
151
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_set_test.c
190
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_set_test.c
226
ent = fts_read(fts);
lib/libc/tests/gen/fts_set_test.c
232
ent = fts_read(fts);
lib/libc/tests/gen/fts_set_test.c
267
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_set_test.c
307
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_set_test.c
345
while ((ent = fts_read(fts)) != NULL) {
lib/libc/tests/gen/fts_set_test.c
43
ent = fts_read(fts);
lib/libc/tests/gen/fts_set_test.c
72
for (errno = 0; (ent = fts_read(fts)) != NULL; errno = 0) {
lib/libc/tests/gen/fts_test.h
61
while ((ftse = fts_read(fts)) != NULL && expect->fts_name != NULL) {
lib/libpmc/pmu-events/jevents.c
1529
while ((cur = fts_read(ftsp)) != NULL) {
tools/test/stress2/testcases/fts/fts.c
69
while ((p = fts_read(fts)) != NULL && done_testing == 0) {
usr.bin/du/du.c
272
for (errno = 0; (p = fts_read(fts)) != NULL; errno = 0) {
usr.bin/find/find.c
178
while (errno = 0, (entry = fts_read(tree)) != NULL) {
usr.bin/grep/util.c
155
while (errno = 0, (p = fts_read(fts)) != NULL) {
usr.bin/gzip/gzip.c
1992
while (errno = 0, (entry = fts_read(fts))) {
usr.sbin/certctl/certctl.c
397
while ((ent = fts_read(fts)) != NULL) {
usr.sbin/chown/chown.c
165
for (rval = 0; errno = 0, (p = fts_read(ftsp)) != NULL;) {
usr.sbin/ckdist/ckdist.c
149
while (errno = 0, (f = fts_read(ftsp)) != NULL)
usr.sbin/kldxref/kldxref.c
823
p = fts_read(ftsp);
usr.sbin/setfmac/setfmac.c
143
while (errno = 0, (ftsent = fts_read(fts)) != NULL) {