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_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
271
while (errno = 0, (p = fts_read(fts)) != NULL) {
usr.bin/find/find.c
178
while (errno = 0, (entry = fts_read(tree)) != NULL) {
usr.bin/grep/util.c
154
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
812
p = fts_read(ftsp);
usr.sbin/setfmac/setfmac.c
143
while (errno = 0, (ftsent = fts_read(fts)) != NULL) {