Home
last modified time | relevance | path

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

/netbsd/external/bsd/mdocml/dist/
H A Dcompat_fts.h81 #define FTS_DP 6 /* postorder directory */ macro
H A Dcompat_fts.c255 p->fts_info = FTS_DP; in fts_read()
320 p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP; in fts_read()
498 cur->fts_info = FTS_DP; in fts_build()
H A Dmandocdb.c698 case FTS_DP: in treescan()
718 if (ff->fts_info == FTS_DP) { in treescan()
747 if (ff->fts_info != FTS_DP && dsec != NULL) in treescan()
753 if (ff->fts_info == FTS_DP || use_all) in treescan()
/netbsd/lib/libc/gen/
H A Dftw.c65 case FTS_DP: in ftw()
H A Dnftw.c77 case FTS_DP: in nftw()
H A Dfts.c391 p->fts_info = FTS_DP; in fts_read()
528 p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP; in fts_read()
909 cur->fts_info = FTS_DP; in fts_build()
/netbsd/tests/lib/libc/gen/
H A Dt_getcwd.c115 case FTS_DP: in ATF_TC_BODY()
/netbsd/bin/rm/
H A Drm.c222 case FTS_DP: in rm_tree()
240 case FTS_DP: in rm_tree()
/netbsd/include/
H A Dfts.h112 #define FTS_DP 6 /* postorder directory */ macro
/netbsd/bin/chmod/
H A Dchmod.c197 case FTS_DP: /* Already changed at FTS_D. */ in main()
/netbsd/usr.bin/find/
H A Dfind.c221 case FTS_DP: in find_execute()
/netbsd/usr.bin/du/
H A Ddu.c214 case FTS_DP: in main()
/netbsd/usr.sbin/mtree/
H A Dverify.c106 case FTS_DP: in vwalk()
H A Dcreate.c152 case FTS_DP: in cwalk()
/netbsd/tests/lib/libc/sys/
H A Dt_stat.c122 case FTS_DP: in ATF_TC_BODY()
/netbsd/usr.bin/grep/
H A Dutil.c148 case FTS_DP: in grep_tree()
/netbsd/bin/setfacl/
H A Dsetfacl.c195 case FTS_DP: in handle_file()
/netbsd/bin/cp/
H A Dcp.c494 else if (curr->fts_info == FTS_DP) /* Second pass */ in copy()
/netbsd/usr.sbin/veriexecgen/
H A Dveriexecgen.c297 case FTS_DP: in walk_dir()
/netbsd/bin/pax/
H A Dftree.c599 case FTS_DP: in next_file()
/netbsd/libexec/makewhatis/
H A Dmakewhatis.c300 case FTS_DP: in makewhatis()
/netbsd/sbin/dump/
H A Dtraverse.c206 case FTS_DP: /* already seen dir */ in mapfiles()
/netbsd/usr.bin/gzip/
H A Dgzip.c2049 case FTS_DP: in handle_dir()