| /freebsd-11-stable/sys/netinet/ |
| HD | tcp_hostcache.c | 155 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; in tcp_hc_init() 250 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init() 712 hc_entry->rmx_expire -= V_tcp_hostcache.prune; in tcp_hc_purge_internal() 735 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_purge() 755 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in sysctl_tcp_hc_purgenow()
|
| HD | tcp_hostcache.h | 78 int prune; member
|
| /freebsd-11-stable/share/sendmail/ |
| HD | Makefile | 10 CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type … 11 CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type…
|
| /freebsd-11-stable/usr.bin/makewhatis/ |
| HD | makewhatis.local.sh | 52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
|
| /freebsd-11-stable/libexec/makewhatis.local/ |
| HD | makewhatis.local.sh | 52 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
|
| /freebsd-11-stable/etc/periodic/daily/ |
| HD | 100.clean-disks | 44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
|
| /freebsd-11-stable/etc/periodic/security/ |
| HD | 100.chksetuid | 55 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
|
| HD | 110.neggrpperm | 53 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
|
| /freebsd-11-stable/etc/periodic/weekly/ |
| HD | 340.noid | 49 \( $exclude ! -fstype local -prune -or -name \* \) -and \
|
| /freebsd-11-stable/etc/rc.d/ |
| HD | cleartmp | 47 -prune -exec rm -rf -- {} +
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
| D | split_join_fn_imps.hpp | 68 node_pointer p_out = base_type::prune(pred); in split()
|
| D | erase_fn_imps.hpp | 256 node_pointer p_out = base_type::prune(pred); in erase_if()
|
| /freebsd-11-stable/contrib/bmake/mk/ |
| HD | meta.subdir.mk | 59 -name .svn -prune 2> /dev/null; echo
|
| /freebsd-11-stable/share/mk/ |
| HD | meta.subdir.mk | 60 -name .svn -prune 2> /dev/null; echo
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| D | erase_fn_imps.hpp | 117 prune(Pred pred) in prune() function in PB_DS_CLASS_C_DEC
|
| D | left_child_next_sibling_heap_.hpp | 278 prune(Pred pred);
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/ |
| D | split_join_fn_imps.hpp | 68 node_pointer p_out = base_type::prune(pred); in split()
|
| D | erase_fn_imps.hpp | 219 node_pointer p_out = base_type::prune(pred); in erase_if()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| HD | JITLinkGeneric.cpp | 43 prune(*G); in linkPhase1() 316 void prune(LinkGraph &G) { in prune() function
|
| HD | JITLinkGeneric.h | 240 void prune(LinkGraph &G);
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/ |
| D | erase_fn_imps.hpp | 153 node_pointer p_out = base_type::prune(pred); in erase_if()
|
| D | split_join_fn_imps.hpp | 68 node_pointer p_out = base_type::prune(pred); in split()
|
| /freebsd-11-stable/usr.sbin/adduser/ |
| HD | adduser.sh | 322 _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/binutils/ |
| HD | FREEBSD-upgrade | 20 checked out copy from the Sourceware anoncvs repo), prune files like this:
|
| /freebsd-11-stable/sys/dev/drm2/ |
| HD | drm_crtc_helper.c | 152 goto prune; in drm_helper_probe_single_connector_modes() 166 goto prune; in drm_helper_probe_single_connector_modes() 186 prune: in drm_helper_probe_single_connector_modes()
|