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

12

/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
/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/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/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 D110.neggrpperm53 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
H A D100.chksetuid55 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/sys/netinet/
H A Dtcp_hostcache.h78 int prune; member in struct:tcp_hostcache
H A Dtcp_hostcache.c155 SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, prune, CTLFLAG_VNET | CTLFLAG_RW,
156 &VNET_NAME(tcp_hostcache.prune), 0,
201 V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE;
250 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz,
712 hc_entry->rmx_expire -= V_tcp_hostcache.prune;
735 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz,
755 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz,
/freebsd-11-stable/etc/periodic/weekly/
H A D340.noid41 exclude="$exclude -path $_p -prune -or"
49 \( $exclude ! -fstype local -prune -or -name \* \) -and \
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred);
H A Derase_fn_imps.hpp256 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 Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred);
H A Derase_fn_imps.hpp219 node_pointer p_out = base_type::prune(pred);
/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/bmake/mk/
H A Dmeta.subdir.mk59 -name .svn -prune 2> /dev/null; echo
/freebsd-11-stable/share/mk/
H A Dmeta.subdir.mk60 -name .svn -prune 2> /dev/null; echo
/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/usr.sbin/adduser/
H A Dadduser.sh322 _perms=`/usr/bin/find $_dir -name $_file -perm +07022 -prune`
323 _owner=`/usr/bin/find $_dir -name $_file -user 0 -prune`
/freebsd-11-stable/contrib/dtc/
H A DMakefile223 find . \( -name tests -type d -prune \) -o \
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c152 goto prune;
166 goto prune;
186 prune:

Completed in 153 milliseconds

12