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
1087
return (FTS_F);
lib/libc/gen/fts.c
919
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_options_test.c
129
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
130
{ FTS_F, "filel", "filel" },
lib/libc/tests/gen/fts_options_test.c
153
{ FTS_F, "file", "dir/file" },
lib/libc/tests/gen/fts_options_test.c
160
{ FTS_F, "file", "dir/up/file" },
lib/libc/tests/gen/fts_options_test.c
161
{ FTS_F, "filel", "dir/up/filel" },
lib/libc/tests/gen/fts_options_test.c
167
{ FTS_F, "file", "dirl/file" },
lib/libc/tests/gen/fts_options_test.c
174
{ FTS_F, "file", "dirl/up/file" },
lib/libc/tests/gen/fts_options_test.c
175
{ FTS_F, "filel", "dirl/up/filel" },
lib/libc/tests/gen/fts_options_test.c
178
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
179
{ FTS_F, "filel", "filel" },
lib/libc/tests/gen/fts_options_test.c
200
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
204
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
226
{ FTS_F, "file", "dir/file" },
lib/libc/tests/gen/fts_options_test.c
230
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
252
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
256
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
259
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
260
{ FTS_F, "filel", "filel" },
lib/libc/tests/gen/fts_options_test.c
281
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
285
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
288
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
314
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
336
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
340
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
364
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
368
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
59
{ FTS_F, "file", "dir/file" },
lib/libc/tests/gen/fts_options_test.c
64
{ FTS_F, "file", "dir/up/file" },
lib/libc/tests/gen/fts_options_test.c
65
{ FTS_F, "filel", "dir/up/filel" },
lib/libc/tests/gen/fts_options_test.c
69
{ FTS_F, "file", "dirl/file" },
lib/libc/tests/gen/fts_options_test.c
74
{ FTS_F, "file", "dirl/up/file" },
lib/libc/tests/gen/fts_options_test.c
75
{ FTS_F, "filel", "dirl/up/filel" },
lib/libc/tests/gen/fts_options_test.c
78
{ FTS_F, "file", "file" },
lib/libc/tests/gen/fts_options_test.c
79
{ FTS_F, "filel", "filel" },
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
838
if (p->fts_info != FTS_F)
usr.sbin/setfmac/setfmac.c
153
case FTS_F: /* do regular */