/freebsd/tools/test/stress2/misc/ |
H A D | suj20.sh | 77 /tmp/suj20 prune 81 /tmp/suj20 prune 140 prune(void) 173 prune(); function
|
H A D | suj22.sh | 93 /tmp/suj22 prune 97 /tmp/suj22 prune 158 prune(void) 191 prune(); function
|
H A D | linger3.sh | 95 prune(int loop) 121 prune(j);
|
H A D | suj21.sh | 141 prune(void) 174 prune(); function
|
/freebsd/sys/contrib/openzfs/ |
H A D | Makefile.am | 82 -o -name .pc -o -name .hg -o -name .git \) -prune -o \ 122 $(AM_V_at)find $(top_srcdir) -name build -prune \ 180 find $(top_srcdir) -name '.?*' -prune \ 186 find $(top_srcdir) -name '.?*' -prune \ 191 find $(top_srcdir) -name '.?*' -prune \
|
/freebsd/sys/netinet/ |
H A D | tcp_hostcache.c | 133 int prune; member 186 SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, prune, CTLFLAG_VNET | CTLFLAG_RW, 187 &VNET_NAME(tcp_hostcache.prune), 0, 236 V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE; in tcp_hc_init() 287 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init() 792 V_tcp_hostcache.prune); in tcp_hc_purge_internal() 819 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_purge() 841 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in sysctl_tcp_hc_purgenow()
|
/freebsd/share/sendmail/ |
H A D | Makefile | 9 CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type … 10 CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type…
|
/freebsd/libexec/makewhatis.local/ |
H A D | makewhatis.local.sh | 49 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
|
/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 100.clean-disks | 43 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
|
/freebsd/usr.sbin/periodic/etc/security/ |
H A D | 100.chksetuid | 52 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
|
H A D | 110.neggrpperm | 50 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
|
/freebsd/usr.sbin/periodic/etc/weekly/ |
H A D | 340.noid | 48 \( $exclude ! -fstype local -prune -or -name \* \) -and \
|
/freebsd/sys/contrib/zstd/ |
H A D | FREEBSD-upgrade | 3 To import new vendor sources, prune unwanted files with:
|
/freebsd/libexec/rc/rc.d/ |
H A D | cleartmp | 46 -prune -exec rm -rf -- {} +
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | filter.sh | 37 --prune-empty --state-branch refs/heads/filter-state-split \
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 40 prune(*G); in linkPhase1() 280 void prune(LinkGraph &G) { in prune() 266 void prune(LinkGraph &G) { prune() function
|
H A D | JITLinkGeneric.h | 62 // 1.1: Run pre-prune passes 64 // 1.3: Run post-prune passes 186 void prune(LinkGraph &G);
|
/freebsd/contrib/unifdef/ |
H A D | Makefile | 40 find . -name .git -prune -o \( \
|
/freebsd/contrib/bmake/mk/ |
H A D | meta.subdir.mk | 61 -name .svn -prune 2> /dev/null; echo
|
H A D | newlog.sh | 173 fmode `find $1 -ls -prune | awk '{ print $3 }'`
|
H A D | gendirdeps.mk | 219 x != cd ${_OBJDIR} && find . -name '*.meta' -print -o \( -type d ! -name . -prune \) | sed 's,^./,,…
|
/freebsd/usr.sbin/adduser/ |
H A D | adduser.sh | 313 _perms=$(/usr/bin/find "$_dir" -name "$_file" -perm +07022 -prune) 314 _owner=$(/usr/bin/find "$_dir" -name "$_file" -user 0 -prune)
|
/freebsd/sys/contrib/device-tree/ |
H A D | Makefile | 164 -o -name .pc -o -name .hg -o -name .git \) -prune -o
|
/freebsd/sys/dev/drm2/ |
H A D | drm_crtc_helper.c | 150 goto prune; in drm_helper_probe_single_connector_modes() 164 goto prune; in drm_helper_probe_single_connector_modes() 184 prune: in drm_helper_probe_single_connector_modes()
|
/freebsd/share/mk/ |
H A D | gendirdeps.mk | 219 x != cd ${_OBJDIR} && find . -name '*.meta' -print -o \( -type d ! -name . -prune \) | sed 's,^./,,…
|