Home
last modified time | relevance | path

Searched full:xargs (Results 1 – 25 of 163) sorted by relevance

1234567

/freebsd/usr.bin/xargs/tests/
H A Dregress.sh6 REGRESSION_TEST(`normal', `xargs echo The <${SRCDIR}/regress.in')
7 REGRESSION_TEST(`I', `xargs -I% echo The % % % %% % % <${SRCDIR}/regress.in')
8 REGRESSION_TEST(`J', `xargs -J% echo The % again. <${SRCDIR}/regress.in')
9 REGRESSION_TEST(`L', `xargs -L3 echo <${SRCDIR}/regress.in')
10 REGRESSION_TEST(`P1', `xargs -P1 echo <${SRCDIR}/regress.in')
11 REGRESSION_TEST(`R', `xargs -I% -R1 echo The % % % %% % % <${SRCDIR}/regress.in')
12 REGRESSION_TEST(`R-1', `xargs -I% -R-1 echo The % % % %% % % <${SRCDIR}/regress.in')
13 REGRESSION_TEST(`n1', `xargs -n1 echo <${SRCDIR}/regress.in')
14 REGRESSION_TEST(`n2', `xargs -n2 echo <${SRCDIR}/regress.in')
17 #REGRESSION_TEST(`n2147483647', `xargs -n2147483647 <${SRCDIR}/regress.in')
[all …]
/freebsd/contrib/lutok/admin/
H A Dclean-all.sh79 find . -name '#*' | xargs rm -rf
80 find . -name '*~' | xargs rm -rf
81 find . -name .deps | xargs rm -rf
82 find . -name .gdb_history | xargs rm -rf
83 find . -name .libs | xargs rm -rf
84 find . -name .tmp | xargs rm -rf
/freebsd/contrib/kyua/admin/
H A Dclean-all.sh79 find . -name '#*' | xargs rm -rf
80 find . -name '*~' | xargs rm -rf
81 find . -name .deps | xargs rm -rf
82 find . -name .gdb_history | xargs rm -rf
83 find . -name .libs | xargs rm -rf
84 find . -name .tmp | xargs rm -rf
/freebsd/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/contrib/libfido2/man/
H A Dcheck.sh11 xargs -0 awk '/^.Sh NAME/,/^.Nd/' < "$T/files" | \
13 xargs -0 awk '/^.Fn/ { print $2 }' < "$T/files" | sort -u > "$T/Fn"
21 xargs -0 -n1 basename < "$T/files" | sort > "$T/actual_sources"
26 xargs -0 grep -o "^.Fn [A-Za-z0-9_]* \"" < "$T/files" | \
31 xargs -0 grep -hB1 "^.Fn [A-Za-z0-9_]* \"" < "$T/files" | \
/freebsd/tools/test/stress2/misc/
H A Dnullfs13.sh49 (cd $nullfsmp; jot 20 | xargs touch)
52 (cd $nullfsmp; jot 20 | xargs touch)
55 (cd $mntpoint; jot 20 | xargs touch)
58 (cd $mntpoint; jot 20 | xargs touch)
H A Dmkdir.sh54 jot 10 | xargs -I% mkdir $mntpoint/%
58 jot $n | xargs -P0 -I% mkdir $mntpoint/$j/%
59 jot $n | xargs -P0 -I% rmdir $mntpoint/$j/%
63 jot 10 | xargs -I% rmdir $mntpoint/%
H A Dcreat.sh54 jot 10 | xargs -I% mkdir $mntpoint/%
59 jot $n | xargs -P0 -I% touch $mntpoint/$j/%
60 jot $n | xargs -P0 -I% rm $mntpoint/$j/%
66 jot 10 | xargs -I% rmdir $mntpoint/%
H A Dwatchman.sh22 seq -w 0 100 | xargs -n1 -I{} touch foo/{}.c
28 while true; do find bar/ -type f | xargs -n1 -P5 -I'{}' mv '{}' foo; done &
30 while true; do find foo/ -type f | xargs -n1 -P5 -I'{}' mv '{}' bar; done &
H A Dfsck14.sh55 jot 5000 | xargs -P0 -I% touch $mntpoint/a%
77 jot 5000 | xargs -P0 -I% rm $mntpoint/a%
78 jot 5000 | xargs -P0 -I% touch $mntpoint/b%
87 jot 5000 | xargs -P0 -I% rm $mntpoint/b% || {
H A Dfsck7.sh44 jot 500 | xargs -P0 -I% touch $mntpoint/a%
54 jot 500 | xargs -P0 -I% rm $mntpoint/a%
55 jot 500 | xargs -P0 -I% touch $mntpoint/b%
H A Dforce15.sh58 jot 10 | xargs -I% mkdir -p $mntpoint/%
62 jot $n | xargs -P0 -I% touch $mntpoint/$j/%
63 jot $n | xargs -P0 -I% rm $mntpoint/$j/%
/freebsd/sys/rpc/
H A Dclnt.h206 * CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, timeout)
210 * xdrproc_t xargs;
216 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument
217 clnt_call_private(rh, ext, proc, xargs, \
222 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
225 * xdrproc_t xargs;
231 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
232 clnt_call_private(rh, NULL, proc, xargs, \
234 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
235 clnt_call_private(rh, NULL, proc, xargs, \
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh83 EXFAILS=$(echo -e "$EXFAIL" | grep "^${CATEGORY}/" | xargs basename -a)
84 SKIPS=$(echo -e "$SKIP" | grep "^${CATEGORY}/" | xargs basename -a)
85 SKIPCIS=$(echo -e "$SKIPCI" | grep "^${CATEGORY}/" | xargs basename -a)
90 echo "$@" | tr ' ' '\n' | xargs basename -a | sort > ${FILELIST}
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c243 dt_node_t *xargs, *nargs; in dt_probe_discover() local
299 xargs = dt_probe_alloc_args(pvp, xc); in dt_probe_discover()
302 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL)) in dt_probe_discover()
315 nargs, nc, xargs, xc)) == NULL) { in dt_probe_discover()
415 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) in dt_probe_create() argument
428 * and xargs be specified but set to NULL, indicating a void prototype. in dt_probe_create()
431 assert(xargs == NULL); in dt_probe_create()
433 xargs = nargs; in dt_probe_create()
450 prp->pr_xargs = xargs; in dt_probe_create()
466 for (i = 0; i < xargc; i++, xargs = xargs->dn_list) { in dt_probe_create()
[all …]
/freebsd/usr.bin/xargs/
H A Dxargs.131 .\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $
37 .Nm xargs
163 .Dl /bin/ls -1d [A-Z]* | xargs -J % cp -Rp % destdir
331 $ seq 1 9 | xargs -L3 echo
339 $ echo -e "one\\ntwo\\nthree" | xargs -I % echo % %
349 echo -e "/usr/ports\\n/etc\\n/usr/local" | xargs -J % -P2 -n1 find % -name file
H A DMakefile5 PROG= xargs
6 SRCS= xargs.c strnsubst.c
/freebsd/include/rpc/
H A Dclnt.h149 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
152 * xdrproc_t xargs;
158 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
159 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
161 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
162 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
478 * rpc_broadcast(prog, vers, proc, xargs, argsp, xresults, resultsp,
483 * const xdrproc_t xargs; -- xdr routine for args
502 * rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp,
507 * const xdrproc_t xargs; -- xdr routine for args
H A Dsvc.h174 * xdrproc_t xargs;
187 #define SVC_GETARGS(xprt, xargs, argsp) \ argument
188 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
189 #define svc_getargs(xprt, xargs, argsp) \ argument
190 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
197 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument
198 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
199 #define svc_freeargs(xprt, xargs, argsp) \ argument
200 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
/freebsd/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/sys/contrib/device-tree/Bindings/
H A DMakefile39 xargs -n200 -P$$(nproc) \
45 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(src)) \
83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/freebsd/tools/tools/kernelcruft/
H A Dkernelcruft.sh21 find * -name '*.[ch]' -print | xargs grep 'include.*c[>"]' > /tmp/_2
23 find * -name 'Makefile*' -print | xargs cat | sed '
/freebsd/contrib/tcpdump/doc/
H A DREADME.solaris.md20 xargs -L1 pkg install <<ENDOFTEXT
36 xargs -L1 pkg install <<ENDOFTEXT
/freebsd/usr.bin/ldd/
H A Dldd.162 .Dl "find . -type f | xargs file -F ' ' | grep 'ELF.*dynamically' | cut -f1 -d' ' | xargs ldd -f '%…
/freebsd/tools/tools/kerninclude/
H A Dkerninclude.sh42 ls | grep -v CVS | xargs rm -rf
48 find . -name '*.h_' -print | xargs rm -f
49 find . -name '::*' -print | xargs rm -f
50 find . -name '*.o' -size 0 -print | xargs rm -f

1234567