Home
last modified time | relevance | path

Searched refs:FTS_DP (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/lib/libc/tests/gen/
H A Dfts_options_test.c64 { FTS_DP, "sd", "dir/sd/sd" }, in ATF_TC_BODY()
65 { FTS_DP, "sd", "dir/sd" }, in ATF_TC_BODY()
72 { FTS_DP, "up", "dir/up" }, in ATF_TC_BODY()
73 { FTS_DP, "dir", "dir" }, in ATF_TC_BODY()
78 { FTS_DP, "sd", "dirl/sd/sd" }, in ATF_TC_BODY()
79 { FTS_DP, "sd", "dirl/sd" }, in ATF_TC_BODY()
86 { FTS_DP, "up", "dirl/up" }, in ATF_TC_BODY()
87 { FTS_DP, "dirl", "dirl" }, in ATF_TC_BODY()
123 { FTS_DP, "sd", "dir/sd/sd" }, in ATF_TC_BODY()
124 { FTS_DP, "sd", "dir/sd" }, in ATF_TC_BODY()
[all …]
H A Dfts_misc_test.c46 { FTS_DP, "unx", "unx" },
47 { FTS_DP, "dir", "dir" }, in ATF_TC_HEAD()
72 { FTS_DP, "unx", "dir/unx" }, in ATF_TP_ADD_TCS()
73 { FTS_DP, "dir", "dir" }, in ATF_TP_ADD_TCS()
133 /* FTS_D dir, FTS_F a, FTS_F b, FTS_DP dir = 4 entries */
176 * Every FTS_D must be paired with exactly one FTS_DP. fts_level must
183 "FTS_D/FTS_DP are paired and fts_level increments correctly");
213 } else if (ent->fts_info == FTS_DP) {
215 "FTS_DP without matching FTS_D");
221 if (ent->fts_info == FTS_D || ent->fts_info == FTS_DP ||
[all...]
H A Dfts_open_test.c145 if (ent->fts_info == FTS_D || ent->fts_info == FTS_DP) in ATF_TC_BODY()
209 { FTS_DP, "a", "a" }, in ATF_TC_BODY()
212 { FTS_DP, "b", "b" }, in ATF_TC_BODY()
H A Dfts_test.h62 if (expect->fts_info == FTS_DP || expect->fts_info == FTS_DNR) in fts_test()
/freebsd/tools/test/stress2/testcases/fts/
H A Dfts.c77 case FTS_DP: in test()
/freebsd/lib/libc/gen/
H A Dftw.c55 case FTS_DP: in ftw()
H A Dftw-compat11.c63 case FTS_DP: in freebsd11_ftw()
H A Dnftw-compat11.c74 case FTS_DP: in freebsd11_nftw()
H A Dnftw.c70 case FTS_DP: in nftw()
H A Dfts-compat.h97 #define FTS_DP 6 /* postorder directory */ macro
/freebsd/contrib/mandoc/
H A Dcompat_fts.h82 #define FTS_DP 6 /* postorder directory */ macro
H A Dcompat_fts.c250 p->fts_info = FTS_DP; in fts_read()
315 p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP; in fts_read()
493 cur->fts_info = FTS_DP; in fts_build()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c117 case FTS_DP: in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Ddev.sh98 p->fts_info == FTS_DP)
H A Ddev2.sh110 p->fts_info == FTS_DP)
H A Dprocfs3.sh97 case FTS_DP:
H A Dfts.sh106 case FTS_DP:
H A Dposix_openpt2.sh95 p->fts_info == FTS_DP)
H A Dpts.sh95 p->fts_info == FTS_DP)
H A Ddev3.sh121 p->fts_info == FTS_DP)
H A Dpty.sh93 p->fts_info == FTS_DP)
H A Dsigxcpu.sh116 case FTS_DP:
/freebsd/include/
H A Dfts.h111 #define FTS_DP 6 /* postorder directory */ macro
/freebsd/bin/rm/
H A Drm.c234 case FTS_DP: in rm_tree()
258 case FTS_DP: in rm_tree()
/freebsd/usr.bin/find/
H A Dfind.c189 case FTS_DP: in find_execute()

12