/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/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/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/include/rpc/ |
H A D | svc.h | 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))
|
H A D | clnt.h | 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, \
|
/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 | 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 | 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 | 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/%
|
H A D | nlink2.sh | 53 jot 1000 | xargs -P0 -I% mkdir $mp/a% || { s=1; break; } 54 jot 1000 | xargs -P0 -I% rmdir $mp/a%
|
H A D | unionfs13.sh | 61 jot 1000 | xargs -P0 -I% mkdir $mp2/a% || { s=1; break; } 62 jot 1000 | xargs -P0 -I% rmdir $mp2/a%
|
H A D | cleanup.sh | 48 echo $r | xargs kill; sleep 1 87 xargs -t ipcrm
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 216 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument 217 clnt_call_private(rh, ext, proc, 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/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 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() 467 if (xargs->dn_string != NULL) in dt_probe_create() [all …]
|
/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/usr.bin/xargs/ |
H A D | Makefile | 5 PROG= xargs 6 SRCS= xargs.c strnsubst.c
|
/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
|
/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/usr.sbin/bsdinstall/scripts/ |
H A D | netconfig | 76 INTERFACE=$(echo $BSDDIALOG_ITEMS | xargs -o bsddialog \ 224 RESOLV=$(echo "${RESOLV}" | xargs -n9 sh -c 'echo "$4"' '') 227 RESOLV=$(echo "${RESOLV}" | xargs -o bsddialog --backtitle "$OSNAME Installer" \
|
/freebsd/tools/ |
H A D | make_libdeps.sh | 89 xargs grep -l 'bsd\.lib\.mk' | 103 xargs grep -l 'bsd\.lib\.mk' |
|