Searched refs:prune (Results 1 - 25 of 30) sorted by path

12

/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.subdir.mk59 -name .svn -prune 2> /dev/null; echo
/freebsd-11-stable/contrib/dtc/
H A DMakefile223 find . \( -name tests -type d -prune \) -o \
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp153 node_pointer p_out = base_type::prune(pred);
H A Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp117 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
H A Dleft_child_next_sibling_heap_.hpp278 prune(Pred pred);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Derase_fn_imps.hpp219 node_pointer p_out = base_type::prune(pred);
H A Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Derase_fn_imps.hpp256 node_pointer p_out = base_type::prune(pred);
H A Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js3956 prune = true,
4024 prune = false;
4058 if ( !prune ) {
/freebsd-11-stable/etc/periodic/daily/
H A D100.clean-disks44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
/freebsd-11-stable/etc/periodic/security/
H A D100.chksetuid55 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
H A D110.neggrpperm53 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
/freebsd-11-stable/etc/rc.d/
H A Dcleartmp34 # + Put -prune before -exec so find never descends
47 -prune -exec rm -rf -- {} +
/freebsd-11-stable/libexec/makewhatis.local/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
/freebsd-11-stable/share/mk/
H A Dmeta.subdir.mk60 -name .svn -prune 2> /dev/null; echo
/freebsd-11-stable/share/sendmail/
H A DMakefile10 CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type d -print)
11 CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type f -print)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c152 goto prune;
166 goto prune;
186 prune:
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp43 prune(*G);
316 void prune(LinkGraph &G) { function in namespace:llvm::jitlink
H A DJITLinkGeneric.h54 // 1.2: Run pre-prune passes
56 // 1.3: Run post-prune passes
240 void prune(LinkGraph &G);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp560 // To avoid cycles, as well as for efficiency sake, we will sometimes prune
562 auto prune = [](MDNode *Parent, MDNode *Child) {
583 if (!Opened.count(MDN) && !Replacements.count(MDN) && !prune(N, MDN) &&
/freebsd-11-stable/crypto/openssl/
H A DMakefile430 -$(RM) `find . -name .git -prune -o -type l -print`
H A DMakefile.org428 -$(RM) `find . -name .git -prune -o -type l -print`

Completed in 406 milliseconds

12