/freebsd/usr.bin/xargs/tests/ |
H A D | regress.sh | 6 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 D | clean-all.sh | 79 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 D | clean-all.sh | 79 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 D | acpica_prep.sh | 56 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 D | check.sh | 11 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 D | nullfs13.sh | 49 (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 D | mkdir.sh | 54 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 D | creat.sh | 54 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 D | watchman.sh | 22 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 D | fsck14.sh | 55 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 D | fsck7.sh | 44 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 D | force15.sh | 58 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 D | clnt.h | 206 * 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 D | gentest.sh | 83 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 D | dt_provider.c | 243 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 D | xargs.1 | 31 .\" $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 D | Makefile | 5 PROG= xargs 6 SRCS= xargs.c strnsubst.c
|
/freebsd/include/rpc/ |
H A D | clnt.h | 149 * 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 D | svc.h | 174 * 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 D | Makefile.am | 73 @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 D | Makefile | 39 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 D | kernelcruft.sh | 21 find * -name '*.[ch]' -print | xargs grep 'include.*c[>"]' > /tmp/_2 23 find * -name 'Makefile*' -print | xargs cat | sed '
|
/freebsd/contrib/tcpdump/doc/ |
H A D | README.solaris.md | 20 xargs -L1 pkg install <<ENDOFTEXT 36 xargs -L1 pkg install <<ENDOFTEXT
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.1 | 62 .Dl "find . -type f | xargs file -F ' ' | grep 'ELF.*dynamically' | cut -f1 -d' ' | xargs ldd -f '%…
|
/freebsd/tools/tools/kerninclude/ |
H A D | kerninclude.sh | 42 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
|