Searched refs:xargs (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-12-stable/crypto/openssh/
H A Dfreebsd-post-merge.sh6 xargs perl -n -i -e '
11 xargs perl -n -i -e '
H A Dfreebsd-pre-merge.sh14 sort -u keywords rcsid | xargs perl -n -i -e '
/freebsd-12-stable/usr.bin/xargs/
H A DMakefile6 PROG= xargs
7 SRCS= xargs.c strnsubst.c
/freebsd-12-stable/sys/contrib/dev/acpica/
H A Dacpica_prep.sh56 find ${wrk} -name ${i} -type d -print | xargs rm -r
65 find ${wrk} -name ${i} -type d -print | xargs -J % mv % ${dst}
68 find ${wrk} -type f -print | xargs -J % mv % ${dst}
73 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/include/$H\>|g"
78 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/compiler/$H\>|g"
82 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/include/platform/$H\>|g"
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dntp-close5 xargs ntpdate -q |
/freebsd-12-stable/libexec/rc/rc.d/
H A Drctl30 done < ${rctl_rules} | xargs rctl -a
H A Dugidfw46 xargs -n 1 ugidfw remove
/freebsd-12-stable/tools/tools/kernelcruft/
H A Dkernelcruft.sh22 find * -name '*.[ch]' -print | xargs grep 'include.*c[>"]' > /tmp/_2
24 find * -name 'Makefile*' -print | xargs cat | sed '
/freebsd-12-stable/tools/
H A Dmake_libdeps.sh90 xargs grep -l 'bsd\.lib\.mk' |
104 xargs grep -l 'bsd\.lib\.mk' |
/freebsd-12-stable/lib/libsysdecode/
H A Dmkioctls34 xargs egrep -l \
/freebsd-12-stable/include/rpc/
H A Dsvc.h174 * xdrproc_t xargs;
187 #define SVC_GETARGS(xprt, xargs, argsp) \
188 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
189 #define svc_getargs(xprt, xargs, argsp) \
190 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
197 #define SVC_FREEARGS(xprt, xargs, argsp) \
198 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
199 #define svc_freeargs(xprt, xargs, argsp) \
200 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
H A Dclnt.h153 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
156 * xdrproc_t xargs;
162 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
163 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
165 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
166 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
482 * rpc_broadcast(prog, vers, proc, xargs, argsp, xresults, resultsp,
487 * const xdrproc_t xargs; -- xdr routine for args
506 * rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp,
511 * const xdrproc_t xargs;
[all...]
/freebsd-12-stable/sys/rpc/
H A Dclnt.h240 * CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, timeout)
244 * xdrproc_t xargs;
250 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \
251 clnt_call_private(rh, ext, proc, xargs, \
257 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
260 * xdrproc_t xargs;
267 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
268 clnt_call_private(rh, NULL, proc, xargs, \
270 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
271 clnt_call_private(rh, NULL, proc, xargs, \
[all...]
H A Dsvc.h417 * xdrproc_t xargs;
460 #define SVC_GETARGS(xprt, xargs, argsp) \
461 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
462 #define svc_getargs(xprt, xargs, argsp) \
463 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
470 #define SVC_FREEARGS(xprt, xargs, argsp) \
471 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
472 #define svc_freeargs(xprt, xargs, argsp) \
473 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
/freebsd-12-stable/tools/tools/fetchbench/
H A Dfetchbench69 for f in `/usr/bin/jot ${NFETCH}`; do echo "${URL}"; done | /usr/bin/xargs /usr/bin/fetch -qo /dev/null
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig73 INTERFACE=`echo $DIALOG_TAGS | xargs dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' --menu 'Please select a network interface to configure:' 0 0 0 2>&1 1>&3`
184 RESOLV=$(echo "${RESOLV}" | xargs dialog --backtitle 'FreeBSD Installer' \
H A Djail77 EXTRA_DISTS=$(echo $DISTMENU | xargs dialog \
/freebsd-12-stable/contrib/libucl/
H A DMakefile.am73 @if xargs --version 2>/dev/null; then \
74 find $(top_builddir) -name "*.gcno" | xargs --no-run-if-empty rm; \
76 find $(top_builddir) -name "*.gcno" | xargs rm; \
/freebsd-12-stable/contrib/cortex-strings/
H A Dautogen.sh18 find -type d -name autom4te.cache -print0 | xargs -0 rm -rf \;
22 -o -name Makefile.in \) -print0 | xargs -0 rm -f
54 find debian/tmp/ -type f ! -name '.*' -print0 | xargs -0 -ri echo '{}' | \
/freebsd-12-stable/tools/tools/kerninclude/
H A Dkerninclude.sh43 ls | grep -v CVS | xargs rm -rf
49 find . -name '*.h_' -print | xargs rm -f
50 find . -name '::*' -print | xargs rm -f
51 find . -name '*.o' -size 0 -print | xargs rm -f
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c242 dt_node_t *xargs, *nargs; local
298 xargs = dt_probe_alloc_args(pvp, xc);
301 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
314 nargs, nc, xargs, xc)) == NULL) {
414 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
427 * and xargs be specified but set to NULL, indicating a void prototype.
430 assert(xargs == NULL);
432 xargs = nargs;
449 prp->pr_xargs = xargs;
465 for (i = 0; i < xargc; i++, xargs
413 dt_probe_create(dtrace_hdl_t *dtp, dt_ident_t *idp, int protoc, dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) argument
[all...]
/freebsd-12-stable/share/examples/jails/
H A Djib362 xargs -rn1 ifconfig |
389 jib_show "$name" | xargs -rn1 -I eiface ifconfig eiface destroy
/freebsd-12-stable/tools/tools/zfsboottest/
H A Dzfsboottest.sh98 find "${mountpoint}${startdir}" -type f | xargs md5 -r | sed "s@ ${mountpoint}@ @" | egrep '^[0-9a-z]{32} /' | sort -k 2 >"${list1}"
/freebsd-12-stable/tests/sys/cddl/zfs/tests/
H A DMakefile83 for i in `find ${.CURDIR} -name '*.sh' | xargs grep '^atf_test_case '|awk '{print $$2}'`; do \
/freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnd.sh49 md_dev=$(df mnt | awk 'NR != 1 { print $1 }' | xargs basename)

Completed in 615 milliseconds

123