Symbol: FTS_DP
bin/chmod/chmod.c
172
case FTS_DP: /* Already changed at FTS_D. */
bin/cp/cp.c
491
case FTS_DP:
bin/pax/ftree.c
384
case FTS_DP:
bin/rm/rm.c
234
case FTS_DP:
bin/rm/rm.c
258
case FTS_DP:
bin/setfacl/setfacl.c
188
case FTS_DP:
lib/libc/gen/fts-compat.c
362
p->fts_info = FTS_DP;
lib/libc/gen/fts-compat.c
489
p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP;
lib/libc/gen/fts-compat.c
901
cur->fts_info = FTS_DP;
lib/libc/gen/fts-compat.h
97
#define FTS_DP 6 /* postorder directory */
lib/libc/gen/fts-compat11.c
352
p->fts_info = FTS_DP;
lib/libc/gen/fts-compat11.c
483
p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP;
lib/libc/gen/fts-compat11.c
884
cur->fts_info = FTS_DP;
lib/libc/gen/fts.c
449
p->fts_info = FTS_DP;
lib/libc/gen/fts.c
580
p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP;
lib/libc/gen/fts.c
988
cur->fts_info = FTS_DP;
lib/libc/gen/ftw-compat11.c
63
case FTS_DP:
lib/libc/gen/ftw.c
55
case FTS_DP:
lib/libc/gen/nftw-compat11.c
74
case FTS_DP:
lib/libc/gen/nftw.c
70
case FTS_DP:
lib/libc/tests/gen/fts_misc_test.c
39
{ FTS_DP, "unx", "unx" },
lib/libc/tests/gen/fts_misc_test.c
40
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_misc_test.c
65
{ FTS_DP, "unx", "dir/unx" },
lib/libc/tests/gen/fts_misc_test.c
66
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
117
{ FTS_DP, "up", "dir/up" },
lib/libc/tests/gen/fts_options_test.c
118
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
127
{ FTS_DP, "up", "dirl/up" },
lib/libc/tests/gen/fts_options_test.c
128
{ FTS_DP, "dirl", "dirl" },
lib/libc/tests/gen/fts_options_test.c
162
{ FTS_DP, "up", "dir/up" },
lib/libc/tests/gen/fts_options_test.c
163
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
176
{ FTS_DP, "up", "dirl/up" },
lib/libc/tests/gen/fts_options_test.c
177
{ FTS_DP, "dirl", "dirl" },
lib/libc/tests/gen/fts_options_test.c
202
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
228
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
254
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
258
{ FTS_DP, "dirl", "dirl" },
lib/libc/tests/gen/fts_options_test.c
283
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
287
{ FTS_DP, "dirl", "dirl" },
lib/libc/tests/gen/fts_options_test.c
312
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
338
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
366
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
66
{ FTS_DP, "up", "dir/up" },
lib/libc/tests/gen/fts_options_test.c
67
{ FTS_DP, "dir", "dir" },
lib/libc/tests/gen/fts_options_test.c
76
{ FTS_DP, "up", "dirl/up" },
lib/libc/tests/gen/fts_options_test.c
77
{ FTS_DP, "dirl", "dirl" },
lib/libc/tests/gen/fts_test.h
62
if (expect->fts_info == FTS_DP || expect->fts_info == FTS_DNR)
lib/libpmc/pmu-events/jevents.c
1541
case FTS_DP:
tools/test/stress2/testcases/fts/fts.c
77
case FTS_DP:
usr.bin/du/du.c
277
case FTS_DP: /* Directory files */
usr.bin/find/find.c
189
case FTS_DP:
usr.bin/find/function.c
1661
entry->fts_info == FTS_DP);
usr.bin/grep/util.c
174
case FTS_DP:
usr.bin/gzip/gzip.c
1995
case FTS_DP:
usr.sbin/setfmac/setfmac.c
145
case FTS_DP: /* skip post-order */