Symbol: fts_read
bin/chmod/chmod.c
217
for (rval = 0; (p = fts_read(ftsp)) != NULL;) {
bin/cp/cp.c
279
for (rval = 0; (curr = fts_read(ftsp)) != NULL;) {
bin/ls/ls.c
374
while ((p = fts_read(ftsp)) != NULL)
bin/mv/cp.c
221
for (rval = 0; (curr = fts_read(ftsp)) != NULL;) {
bin/mv/rm.c
72
while ((p = fts_read(fts)) != NULL) {
bin/pax/ftree.c
370
if ((ftent = fts_read(ftsp)) == NULL) {
bin/rm/rm.c
155
while ((p = fts_read(fts)) != NULL) {
include/fts.h
121
FTSENT *fts_read(FTS *);
lib/libc/gen/fts.c
442
DEF_WEAK(fts_read);
lib/libc/gen/ftw.c
48
while ((cur = fts_read(ftsp)) != NULL) {
lib/libc/gen/nftw.c
58
while ((cur = fts_read(ftsp)) != NULL) {
lib/libc/hidden/fts.h
26
PROTO_NORMAL(fts_read);
regress/lib/libc/sys/t_stat.c
111
while ((ftse = fts_read(fts)) != NULL) {
sbin/dump/traverse.c
202
while ((entry = fts_read(dirh)) != NULL) {
usr.bin/compress/main.c
373
for (rc = SUCCESS; (entry = fts_read(ftsp)) != NULL;) {
usr.bin/du/du.c
164
for (rval = 0; (p = fts_read(fts)) != NULL;)
usr.bin/find/find.c
185
entry = fts_read(tree);
usr.bin/grep/util.c
77
while ((p = fts_read(fts)) != NULL) {
usr.bin/mandoc/mandocdb.c
572
while ((ff = fts_read(f)) != NULL) {
usr.bin/rsync/flist.c
1286
while ((ent = fts_read(fts)) != NULL) {
usr.bin/rsync/flist.c
899
while ((ent = fts_read(fts)) != NULL) {
usr.sbin/dev_mkdb/dev_mkdb.c
110
while ((dp = fts_read(fts))) {
usr.sbin/ikectl/ikeca.c
673
while ((p = fts_read(fts)) != NULL) {
usr.sbin/mtree/create.c
90
while ((p = fts_read(t))) {
usr.sbin/mtree/verify.c
81
while ((p = fts_read(t))) {
usr.sbin/rpki-client/repo.c
2015
while ((e = fts_read(fts)) != NULL) {
usr.sbin/rpki-client/repo.c
2057
while ((e = fts_read(fts)) != NULL) {
usr.sbin/smtpd/queue_fs.c
582
while ((e = fts_read(q->fts)) != NULL) {
usr.sbin/smtpd/smtpctl.c
763
while ((ftse = fts_read(fts)) != NULL) {
usr.sbin/smtpd/smtpd.c
1578
while ((e = fts_read(fts)) != NULL) {
usr.sbin/smtpd/util.c
253
while ((e = fts_read(fts)) != NULL) {