Searched refs:xargs (Results 26 - 50 of 72) sorted by relevance

123

/freebsd-12-stable/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_common.kshlib165 $FIND $1 -type f -print | xargs -J % \
/freebsd-12-stable/sys/
H A DMakefile60 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
/freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh137 jot 11 | xargs touch
138 jot 11 12 | xargs mkdir
/freebsd-12-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
/freebsd-12-stable/contrib/bmake/mk/
H A Dmeta2deps.sh232 @*) xargs cat < ${f#@};;
382 xargs cat < $f | sort -u |
/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_raw.c145 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, argument
173 (! (*xargs)(xdrs, argsp))) {
H A Dclnt_bcast.c236 * xargs - xdr routine for args
247 xdrproc_t xargs, caddr_t argsp, xdrproc_t xresults, caddr_t resultsp,
392 barg.xdr_args = xargs;
419 barg_pmap.xdr_args = xargs;
663 * xargs - xdr routine for args
671 rpc_broadcast(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xargs, argument
677 dummy = rpc_broadcast_exp(prog, vers, proc, xargs, argsp,
246 rpc_broadcast_exp(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, xdrproc_t xresults, caddr_t resultsp, resultproc_t eachresult, int inittime, int waittime, const char *nettype) argument
H A Drpc_soc.c361 clnt_broadcast(u_long prog, u_long vers, u_long proc, xdrproc_t xargs, argument
367 * xdrproc_t xargs; // xdr routine for args
382 (rpcproc_t)proc, xargs, argsp, xresults, resultsp,
H A Dclnt_dg.c311 * xargs - xdr routine for args
318 clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp, argument
392 if (cu->cu_async == TRUE && xargs == NULL)
411 (! (*xargs)(xdrs, argsp))) {
419 xdrs, xargs, argsp)) {
/freebsd-12-stable/share/mk/
H A Dmeta2deps.sh233 @*) xargs cat < ${f#@};;
383 xargs cat < $f | sort -u |
/freebsd-12-stable/share/examples/jails/
H A Djng420 xargs -rn1 -Ibridge ngctl show bridge: |
447 jng_show "$name" | xargs -rn1 -I eiface ngctl shutdown eiface:
/freebsd-12-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh216 cut -c 7- | xargs echo | tr ' ' '|'
223 cut -c 7- | tr ' ' '|' | xargs echo`"
746 xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
780 xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
828 xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
867 xargs ${XARGST} ${PHTTPGET} ${SERVERNAME} \
886 lam -s "files/" - -s ".gz" | xargs rm -f
1052 sed -e 's|/$||' | xargs rm -rf
1057 sed -e 's|/$||' | xargs rm -rf
/freebsd-12-stable/tools/build/
H A Dbeinstall.sh82 mount | grep " on ${BE_MNTPT}" | awk '{print $3}' | sort -r | xargs -t umount -f
/freebsd-12-stable/tools/tools/sysdoc/
H A Dsysdoc.sh92 xargs -n 1 /bin/sh ./sysctl.sh \
/freebsd-12-stable/tools/tools/vop_table/
H A Dvop_table.pl75 `find /usr/src/sys -type f -iname *.c -print | xargs grep 'vnodeops =' > $infile`;
/freebsd-12-stable/contrib/ntp/
H A DMakefile.am115 @find $(distdir) -type d -name SCCS -print | xargs rm -rf
/freebsd-12-stable/tools/regression/zfs/
H A Dmisc.sh63 eexp=`echo "${eorig}" | egrep -v '^[ ]*$' | sed 's/^[ ][ ]*//g;s/[ ][ ]*$//g;s/[ ][ ]*/ /g;s/$/%EoL%/' | xargs`
66 got=`echo "${gorig}" | egrep -v '^[ ]*$' | sed 's/^[ ][ ]*//g;s/[ ][ ]*$//g;s/[ ][ ]*/ /g;s/$/%EoL%/' | xargs`
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh236 (find /bin -type f -print | xargs cat) >exp
267 (find /bin -type f -print | xargs cat) >exp
294 (find /bin -type f -print | xargs cat) >exp
/freebsd-12-stable/usr.bin/
H A DMakefile187 xargs \
/freebsd-12-stable/usr.sbin/adduser/
H A Drmuser.sh159 xargs -n 1 ipcrm -$i
/freebsd-12-stable/contrib/ipfilter/
H A DMakefile391 find . -type d -name CVS -print | xargs /bin/rm -rf
392 find . -type f -name .cvsignore -print | xargs /bin/rm -f
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_machdep.c661 ofw_rendezvous_dispatch(void *xargs) argument
663 struct ofw_rv_args *rv_args = xargs;
/freebsd-12-stable/sys/rpc/
H A Drpc_generic.c745 xdrproc_t xargs, /* xdr routine for args */
759 if (!xargs(&xdrs, argsp)) {
741 clnt_call_private( CLIENT *cl, struct rpc_callextra *ext, rpcproc_t proc, xdrproc_t xargs, void *argsp, xdrproc_t xresults, void *resultsp, struct timeval utimeout) argument
H A Dsvc.c1423 svc_getargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) argument
1433 stat = xargs(&xdrs, args);
1440 svc_freeargs(struct svc_req *rqstp, xdrproc_t xargs, void *args) argument
1450 return (xargs(&xdrs, args));
/freebsd-12-stable/contrib/dtc/
H A DMakefile225 -name '*.[chly]' -type f -print \) | xargs ctags -a

Completed in 321 milliseconds

123