Symbol: fts_read
bin/chmod/chmod.c
187
for (rval = 0; (p = fts_read(ftsp)) != NULL;) {
bin/cp/cp.c
339
for (any_failed = 0; (curr = fts_read(ftsp)) != NULL;) {
bin/ls/ls.c
441
while ((p = fts_read(ftsp)) != NULL)
bin/pax/ftree.c
576
if ((ftent = fts_read(ftsp)) == NULL) {
bin/rm/rm.c
186
while ((p = fts_read(fts)) != NULL) {
bin/setfacl/setfacl.c
507
while ((file = fts_read(ftsp)) != NULL)
include/fts.h
146
FTSENT *fts_read(FTS *) __RENAME(__fts_read60);
lib/libc/compat/gen/compat_fts.c
41
__weak_alias(fts_read,_fts_read)
lib/libc/compat/gen/compat_fts.c
54
__warn_references(fts_read,
lib/libc/compat/include/fts.h
42
FTSENT *fts_read(FTS *);
lib/libc/gen/devname.c
120
while ((fe = fts_read(ftsp)) != NULL) {
lib/libc/gen/ftw.c
57
while ((cur = fts_read(ftsp)) != NULL) {
lib/libc/gen/nftw.c
67
while ((cur = fts_read(ftsp)) != NULL) {
libexec/makewhatis/makewhatis.c
259
while ((fe = fts_read(fts)) != NULL) {
sbin/chown/chown.c
195
for (rval = EXIT_SUCCESS; (p = fts_read(ftsp)) != NULL;) {
sbin/dump/traverse.c
198
while ((entry = fts_read(dirh)) != NULL) {
tests/lib/libc/gen/t_getcwd.c
103
while ((ftse = fts_read(fts)) != NULL) {
tests/lib/libc/sys/t_stat.c
110
while ((ftse = fts_read(fts)) != NULL) {
usr.bin/chflags/chflags.c
137
for (rval = 0; (p = fts_read(ftsp)) != NULL;) {
usr.bin/cvslatest/cvslatest.c
185
while ((entry = fts_read(dh)) != NULL) {
usr.bin/du/du.c
197
for (rval = 0; (p = fts_read(fts)) != NULL;) {
usr.bin/find/find.c
215
for (rval = 0; cval && (g_entry = fts_read(tree)) != NULL;) {
usr.bin/grep/util.c
139
while ((p = fts_read(fts)) != NULL) {
usr.bin/gzip/gzip.c
2127
while ((entry = fts_read(fts))) {
usr.sbin/dev_mkdb/dev_mkdb.c
233
while ((p = fts_read(ftsp)) != NULL) {
usr.sbin/installboot/evboards.c
850
while ((p = fts_read(fts)) != NULL) {
usr.sbin/mtree/create.c
125
while ((p = fts_read(t)) != NULL) {
usr.sbin/mtree/verify.c
93
while ((p = fts_read(t)) != NULL) {
usr.sbin/veriexecgen/veriexecgen.c
288
while ((file = fts_read(fh)) != NULL) {