Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd/src/include/rpc/
Dsvc.h166 #define SVC_GETARGS(xprt, xargs, argsp) \ argument
167 (*(xprt)->xp_ops->xp_getargs)((xprt), ((xdrproc_t)(xargs)), (argsp))
168 #define svc_getargs(xprt, xargs, argsp) \ argument
169 (*(xprt)->xp_ops->xp_getargs)((xprt), ((xdrproc_t)(xargs)), (argsp))
176 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument
177 (*(xprt)->xp_ops->xp_freeargs)((xprt), ((xdrproc_t)(xargs)), (argsp))
178 #define svc_freeargs(xprt, xargs, argsp) \ argument
179 (*(xprt)->xp_ops->xp_freeargs)((xprt), ((xdrproc_t)(xargs)), (argsp))
Dclnt.h208 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
209 ((*(rh)->cl_ops->cl_call)(rh, proc, (xdrproc_t)xargs, \
212 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
213 ((*(rh)->cl_ops->cl_call)(rh, proc, (xdrproc_t)xargs, \
/netbsd/src/sys/arch/hpc/stand/
DMakefile69 find . -name "*.vcp" -print | xargs rm -f
70 find . -name "*.vcl" -print | xargs rm -f
71 find . -name "*.vcn" -print | xargs rm -f
72 find . -name "*.dep" -print | xargs rm -f
75 find . -name "*.dsp" -print | xargs rm -f
82 find . -name "hpcboot.exe" -print | xargs rm -f
85 find binary -name "hpcboot*.exe*" -print | xargs rm -f
/netbsd/src/crypto/external/bsd/heimdal/
Dheimdal2netbsd104 find $d -name '*.cat[0-9]' | xargs rm -f && echo removed catman pages
105 find $d -name '*.info' | xargs rm -f && echo removed info pages
189 find $d -type f -print | xargs egrep -l '\$NetBSD:' | while read f; do
200 find $d -type f -print | xargs egrep -l 'RCSID\("Id"\)' | while read f; do
237 find . -type d -name "CVS" -print | xargs rm -r
248 find . -type f -print | xargs chmod u+rw,go+r
249 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/distrib/sets/
Dcheckflist47 xargs=""
57 xargs="-x"
62 xargs="-b"
65 xargs="-L ${OPTARG}"
132 ${HOST_SH} "${rundir}/makeflist" ${xargs} ${dargs} \
/netbsd/src/external/bsd/libpcap/
Dlibpcap2netbsd63 find $r -type d -name "CVS" -print | xargs rm -r
69 find $r -type f -print | xargs chmod u+rw,go+r
70 find $r -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/openpam/
Dopenpam2netbsd60 find $r -type d -name "CVS" -print | xargs rm -r
66 find $r -type f -print | xargs chmod u+rw,go+r
67 find $r -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/tcpdump/
Dtcpdump2netbsd73 find . -type d -name "CVS" -print | xargs rm -r
81 find . -type f -print | xargs chmod u+rw,go+r
82 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/sys/dev/pci/bktr/
Dbktr2netbsd70 find $d -type f -print | xargs egrep -l '\$Id:' | while read f; do
99 find . -type d -name "CVS" -print | xargs rm -r
107 find . -type f -print | xargs chmod u+rw,go+r
108 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_provider.c242 dt_node_t *xargs, *nargs; in dt_probe_discover() local
298 xargs = dt_probe_alloc_args(pvp, xc); in dt_probe_discover()
301 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL)) in dt_probe_discover()
314 nargs, nc, xargs, xc)) == NULL) { in dt_probe_discover()
414 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) in dt_probe_create() argument
430 assert(xargs == NULL); in dt_probe_create()
432 xargs = nargs; in dt_probe_create()
449 prp->pr_xargs = xargs; in dt_probe_create()
465 for (i = 0; i < xargc; i++, xargs = xargs->dn_list) { in dt_probe_create()
466 if (xargs->dn_string != NULL) in dt_probe_create()
[all …]
/netbsd/src/external/bsd/cron/
Dcron2netbsd86 find . -type d -name "CVS" -print | xargs rm -r
94 find . -type f -print | xargs chmod u+rw,go+r
95 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/sys/external/bsd/gnu-efi/
Dgnu-efi2netbsd77 find $r -type d -name "CVS" -print | xargs rm -r
83 find $r -type f -print | xargs chmod u+rw,go+r
84 find $r -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/ntp/
Dntp2netbsd127 find . -type d -name "CVS" -print | xargs rm -r
135 find . -type f -print | xargs chmod u+rw,go+r
136 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/gpl2/lvm2/dist/
Dlvm2netbsd56 cp `cat .symlinks | xargs` .;
107 find . -type d -name "CVS" -print | xargs rm -r
108 find . -type f -name ".gitignore" -print | xargs rm -r
/netbsd/src/sys/external/bsd/dwc2/
Ddwctwo2netbsd106 find . -type d -name "CVS" -print | xargs rm -r
114 find . -type f -print | xargs chmod u+rw,go+r
115 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/nvi/
Dnvi2netbsd99 find . -type d -name "CVS" -print | xargs rm -r
107 find . -type f -print | xargs chmod u+rw,go+r
108 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/ipf/
Dipf2netbsd222 find . -name .cvsignore | xargs /bin/rm -f
273 find . -type d -name "CVS" -print | xargs rm -r
281 find . -type f -print | xargs chmod u+rw,go+r
282 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/bzip2/
Dbzip2netbsd110 find . -type d -name "CVS" -print | xargs rm -r
118 find . -type f -print | xargs chmod u+rw,go+r
119 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/byacc/
Dbyacc2netbsd112 find . -type d -name "CVS" -print | xargs rm -r
120 find . -type f -print | xargs chmod u+rw,go+r
121 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/sys/arch/amd64/
DMakefile25 -echo ${SAMD64} | xargs ctags -wadtf ${TAMD64}
27 sort -t / -u | xargs ctags -wadtf ${TAMD64}
28 -${FINDCOMM} | xargs ctags -wadtf ${TAMD64}
/netbsd/src/external/bsd/libbind/dist/
Dlibbind2netbsd112 find . -type d -name "CVS" -print | xargs rm -r
120 find . -type f -print | xargs chmod u+rw,go+r
121 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/external/bsd/am-utils/
Damd2netbsd122 find . -type d -name "CVS" -print | xargs rm -r
130 find . -type f -print | xargs chmod u+rw,go+r
131 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd/src/usr.bin/xargs/
DMakefile4 PROG= xargs
5 SRCS= xargs.c strnsubst.c
/netbsd/src/sys/external/bsd/acpica/dist/generate/release/
Dbuild.sh99 find . -name "*" | xargs $DOS2UNIX -q
112 find . -name "*.sh" | xargs $UNIX2DOS -q
354 find . -name "tmp" | xargs rm -r -f
355 find . -name "aml" | xargs rm -r -f
356 find . -name "CVS" | xargs rm -r -f
/netbsd/src/distrib/acorn32/
Dmksparkive.sh66 lowbyte=$(expr $1 % 256 | xargs printf %02x)
67 highbyte=$(expr $1 / 256 | xargs printf %02x)
97 highdate=$(expr $timestamp / 4294967296 | xargs printf %02x)

12345