Home
last modified time | relevance | path

Searched refs:FTS_DC (Results 1 – 24 of 24) sorted by relevance

/freebsd/tools/test/stress2/testcases/fts/
H A Dfts.c79 case FTS_DC: /* Ignore. */ in test()
/freebsd/lib/libc/gen/
H A Dftw.c70 case FTS_DC: in ftw()
H A Dftw-compat11.c78 case FTS_DC: in freebsd11_ftw()
H A Dnftw-compat11.c69 case FTS_DC: in freebsd11_nftw()
H A Dnftw.c65 case FTS_DC: in nftw()
H A Dfts-compat.h93 #define FTS_DC 2 /* directory that causes cycles */ macro
H A Dfts-compat11.c822 p->fts_info == FTS_DC || p->fts_info == FTS_DOT)) in fts_build()
971 return (FTS_DC); in fts_stat()
H A Dfts.c821 p->fts_info == FTS_DC || p->fts_info == FTS_DOT)) in fts_build()
969 return (FTS_DC); in fts_stat()
H A Dfts-compat.c837 p->fts_info == FTS_DC || p->fts_info == FTS_DOT)) in fts_build()
980 return (FTS_DC); in fts_stat()
/freebsd/contrib/mandoc/
H A Dcompat_fts.h78 #define FTS_DC 2 /* directory that causes cycles */ macro
H A Dcompat_fts.c545 return (FTS_DC); in fts_stat()
/freebsd/include/
H A Dfts.h88 #define FTS_DC 2 /* directory that causes cycles */ macro
/freebsd/tools/test/stress2/misc/
H A Dprocfs3.sh99 case FTS_DC: /* Ignore. */
H A Dfts.sh108 case FTS_DC: /* Ignore. */
H A Dsigxcpu.sh118 case FTS_DC: /* Ignore. */
/freebsd/bin/pax/
H A Dftree.c398 case FTS_DC: in next_file()
/freebsd/usr.sbin/ckdist/
H A Dckdist.c151 case FTS_DC: in main()
/freebsd/bin/cp/
H A Dcp.c293 case FTS_DC: /* Warn, continue. */ in copy()
/freebsd/usr.bin/du/
H A Ddu.c305 case FTS_DC: /* Ignore. */ in main()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c148 case FTS_DC: /* do cyclic? */ in main()
/freebsd/usr.bin/grep/
H A Dutil.c169 case FTS_DC: in grep_tree()
/freebsd/bin/ls/
H A Dls.c682 case FTS_DC: in traverse()
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1403 case FTS_DC: in nftw_ordered()
/freebsd/usr.bin/find/
H A Dfunction.c1585 return (entry->fts_info == FTS_D || entry->fts_info == FTS_DC || in f_type()