Symbol: FTS_F
bin/pax/ftree.c
377
case FTS_F:
bin/rm/rm.c
298
case FTS_F:
lib/libc/gen/fts-compat.c
987
return (FTS_F);
lib/libc/gen/fts-compat.h
99
#define FTS_F 8 /* regular file */
lib/libc/gen/fts-compat11.c
978
return (FTS_F);
lib/libc/gen/fts.c
1121
return (FTS_F);
lib/libc/gen/fts.c
953
p->fts_info = FTS_F;
lib/libc/gen/ftw-compat11.c
66
case FTS_F:
lib/libc/gen/ftw.c
58
case FTS_F:
lib/libc/gen/nftw-compat11.c
79
case FTS_F:
lib/libc/gen/nftw.c
75
case FTS_F:
lib/libc/tests/gen/fts_children_test.c
142
ATF_CHECK_EQ(FTS_F, p->fts_info);
lib/libc/tests/gen/fts_children_test.c
279
ATF_REQUIRE_EQ(FTS_F, ent->fts_info);
lib/libc/tests/gen/fts_misc_test.c
222
ent->fts_info == FTS_F) {
lib/libc/tests/gen/fts_misc_test.c
489
{ FTS_F, "sibling", "parent/sibling" },
lib/libc/tests/gen/fts_open_test.c
147
if (ent->fts_info == FTS_F)
lib/libc/tests/gen/fts_open_test.c
208
{ FTS_F, "x", "x" },
lib/libc/tests/gen/fts_open_test.c
211
{ FTS_F, "y", "y" },
lib/libc/tests/gen/fts_options_test.c
147
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
148
{ FTS_F, "filel", "filel" },
lib/libc/tests/gen/fts_options_test.c
171
{ FTS_F, "file", "dir/file" },
lib/libc/tests/gen/fts_options_test.c
186
{ FTS_F, "file", "dir/up/file" },
lib/libc/tests/gen/fts_options_test.c
187
{ FTS_F, "filel", "dir/up/filel" },
lib/libc/tests/gen/fts_options_test.c
193
{ FTS_F, "file", "dirl/file" },
lib/libc/tests/gen/fts_options_test.c
208
{ FTS_F, "file", "dirl/up/file" },
lib/libc/tests/gen/fts_options_test.c
209
{ FTS_F, "filel", "dirl/up/filel" },
lib/libc/tests/gen/fts_options_test.c
212
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
213
{ FTS_F, "filel", "filel" },
lib/libc/tests/gen/fts_options_test.c
234
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
242
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
264
{ FTS_F, "file", "dir/file" },
lib/libc/tests/gen/fts_options_test.c
272
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
294
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
302
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
309
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
310
{ FTS_F, "filel", "filel" },
lib/libc/tests/gen/fts_options_test.c
331
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
339
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
346
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
376
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
398
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
406
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
430
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
442
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
61
{ FTS_F, "file", "dir/file" },
lib/libc/tests/gen/fts_options_test.c
70
{ FTS_F, "file", "dir/up/file" },
lib/libc/tests/gen/fts_options_test.c
71
{ FTS_F, "filel", "dir/up/filel" },
lib/libc/tests/gen/fts_options_test.c
75
{ FTS_F, "file", "dirl/file" },
lib/libc/tests/gen/fts_options_test.c
84
{ FTS_F, "file", "dirl/up/file" },
lib/libc/tests/gen/fts_options_test.c
85
{ FTS_F, "filel", "dirl/up/filel" },
lib/libc/tests/gen/fts_options_test.c
88
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
89
{ FTS_F, "filel", "filel" },
lib/libc/tests/gen/fts_set_test.c
114
if (ent->fts_info == FTS_F) {
lib/libc/tests/gen/fts_set_test.c
155
else if (ent->fts_info == FTS_F &&
lib/libc/tests/gen/fts_set_test.c
194
if (ent->fts_info == FTS_F &&
lib/libc/tests/gen/fts_set_test.c
73
if (ent->fts_info == FTS_F && revisit_count == 0) {
lib/libc/tests/gen/fts_set_test.c
78
} else if (ent->fts_info == FTS_F && revisit_count >= 1) {
lib/libpmc/pmu-events/jevents.c
1546
case FTS_F:
tools/test/stress2/testcases/fts/fts.c
73
case FTS_F: /* Ignore. */
usr.bin/gzip/gzip.c
2003
case FTS_F:
usr.sbin/certctl/certctl.c
398
if (ent->fts_info != FTS_F) {
usr.sbin/ckdist/ckdist.c
164
case FTS_F:
usr.sbin/kldxref/kldxref.c
849
if (p->fts_info != FTS_F)
usr.sbin/setfmac/setfmac.c
153
case FTS_F: /* do regular */