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

123

/freebsd-11-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-11-stable/usr.bin/xargs/
H A DMakefile6 PROG= xargs
7 SRCS= xargs.c strnsubst.c
/freebsd-11-stable/sys/contrib/dev/acpica/
H A Dacpica_prep.sh55 find ${wrk} -name ${i} -type d -print | xargs rm -r
64 find ${wrk} -name ${i} -type d -print | xargs -J % mv % ${dst}
67 find ${wrk} -type f -print | xargs -J % mv % ${dst}
72 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/include/$H\>|g"
77 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/compiler/$H\>|g"
81 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/include/platform/$H\>|g"
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dntp-close5 xargs ntpdate -q |
/freebsd-11-stable/etc/rc.d/
H A Drctl30 done < ${rctl_rules} | xargs rctl -a
H A Dugidfw46 xargs -n 1 ugidfw remove
/freebsd-11-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-11-stable/include/rpc/
H A Dsvc.h172 * xdrproc_t xargs;
185 #define SVC_GETARGS(xprt, xargs, argsp) \
186 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
187 #define svc_getargs(xprt, xargs, argsp) \
188 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
195 #define SVC_FREEARGS(xprt, xargs, argsp) \
196 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
197 #define svc_freeargs(xprt, xargs, argsp) \
198 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
H A Dclnt.h151 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
154 * xdrproc_t xargs;
160 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
161 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
163 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
164 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
480 * rpc_broadcast(prog, vers, proc, xargs, argsp, xresults, resultsp,
485 * const xdrproc_t xargs; -- xdr routine for args
504 * rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp,
509 * const xdrproc_t xargs;
[all...]
/freebsd-11-stable/tools/
H A Dmake_libdeps.sh90 xargs grep -l 'bsd\.lib\.mk' |
104 xargs grep -l 'bsd\.lib\.mk' |
/freebsd-11-stable/lib/libsysdecode/
H A Dmkioctls28 xargs egrep -l \
/freebsd-11-stable/sys/rpc/
H A Dclnt.h238 * CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, timeout)
242 * xdrproc_t xargs;
248 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \
249 clnt_call_private(rh, ext, proc, xargs, \
255 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
258 * xdrproc_t xargs;
265 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
266 clnt_call_private(rh, NULL, proc, xargs, \
268 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
269 clnt_call_private(rh, NULL, proc, xargs, \
[all...]
H A Dsvc.h415 * xdrproc_t xargs;
458 #define SVC_GETARGS(xprt, xargs, argsp) \
459 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
460 #define svc_getargs(xprt, xargs, argsp) \
461 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
468 #define SVC_FREEARGS(xprt, xargs, argsp) \
469 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
470 #define svc_freeargs(xprt, xargs, argsp) \
471 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
/freebsd-11-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-11-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-11-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-11-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-11-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-11-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-11-stable/share/examples/jails/
H A Djib362 xargs -rn1 ifconfig |
389 jib_show "$name" | xargs -rn1 -I eiface ifconfig eiface destroy
/freebsd-11-stable/sys/
H A DMakefile60 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnd.sh49 md_dev=$(df mnt | awk 'NR != 1 { print $1 }' | xargs basename)
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A DMakefile182 find . -type d -name CVS -print | xargs /bin/rm -rf
183 find . -type f -name .cvsignore -print | xargs /bin/rm -f

Completed in 318 milliseconds

123