OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xargs
(Results
1 - 25
of
55
) sorted by relevancy
1
2
3
/src/usr.bin/xargs/
Makefile
4
PROG=
xargs
5
SRCS=
xargs
.c strnsubst.c
/src/sys/external/bsd/dwc2/
dwctwo2netbsd
106
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
/src/sys/external/bsd/gnu-efi/
gnu-efi2netbsd
77
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
/src/sys/arch/cats/
Makefile
19
-echo ${SCATS} ${SARM} |
xargs
ctags -wadtf ${TCATS}
20
-${FINDCOMM} |
xargs
ctags -wadtf ${TCATS}
/src/sys/arch/iyonix/
Makefile
19
-echo ${SIYONIX} ${SARM} |
xargs
ctags -wadtf ${TIYONIX}
20
-${FINDCOMM} |
xargs
ctags -wadtf ${TIYONIX}
/src/sys/arch/netwinder/
Makefile
20
-echo ${SNETWINDER} ${SARM} |
xargs
ctags -wadtf ${TNETWINDER}
21
-${FINDCOMM} |
xargs
ctags -wadtf ${TNETWINDER}
/src/sys/arch/sbmips/
Makefile
21
-echo ${SSBMIPS} ${SMIPS} |
xargs
ctags -wadtf ${TSBMIPS}
22
-${FINDCOMM} |
xargs
ctags -wadtf ${TSBMIPS}
/src/sys/arch/hpc/stand/
Makefile
69
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
/src/sys/external/gpl2/dts/
dts2netbsd
104
find . -type d -name "CVS" -print |
xargs
rm -r
112
find . -type f -print |
xargs
chmod u+rw,go+r
113
find . -type d -print |
xargs
chmod u+rwx,go+rx
/src/sys/arch/amd64/
Makefile
25
-echo ${SAMD64} |
xargs
ctags -wadtf ${TAMD64}
27
sort -t / -u |
xargs
ctags -wadtf ${TAMD64}
28
-${FINDCOMM} |
xargs
ctags -wadtf ${TAMD64}
/src/usr.bin/cleantags/
cleantags.sh
58
find "$i" -type f -print0 |
xargs
-0 egrep -l "$PAT" |
/src/include/rpc/
svc.h
153
* xdrproc_t
xargs
;
166
#define SVC_GETARGS(xprt,
xargs
, argsp) \
167
(*(xprt)->xp_ops->xp_getargs)((xprt), ((xdrproc_t)(
xargs
)), (argsp))
168
#define svc_getargs(xprt,
xargs
, argsp) \
169
(*(xprt)->xp_ops->xp_getargs)((xprt), ((xdrproc_t)(
xargs
)), (argsp))
176
#define SVC_FREEARGS(xprt,
xargs
, argsp) \
177
(*(xprt)->xp_ops->xp_freeargs)((xprt), ((xdrproc_t)(
xargs
)), (argsp))
178
#define svc_freeargs(xprt,
xargs
, argsp) \
179
(*(xprt)->xp_ops->xp_freeargs)((xprt), ((xdrproc_t)(
xargs
)), (argsp))
/src/lib/libc/db/
db2netbsd
17
find . -type l -o -name tags |
xargs
/bin/rm -f
/src/sys/arch/algor/
Makefile
23
-echo ${SALGOR} ${SMIPS} |
xargs
ctags -wadtf ${TALGOR}
24
-${FINDCOMM} |
xargs
ctags -wadtf ${TALGOR}
/src/sys/arch/alpha/
Makefile
22
-echo ${SALPHA} |
xargs
ctags -wadtf ${TALPHA}
23
-${FINDCOMM} |
xargs
ctags -wadtf ${TALPHA}
/src/sys/arch/arc/
Makefile
24
-echo ${SARC} ${SMIPS} |
xargs
ctags -wadtf ${TARC}
25
-${FINDCOMM} |
xargs
ctags -wadtf ${TARC}
/src/sys/arch/atari/
Makefile
26
-echo ${SATARI} ${SM68K} |
xargs
ctags -wadtf ${TATARI}
27
-${FINDCOMM} |
xargs
ctags -wadtf ${TATARI}
/src/sys/arch/cobalt/
Makefile
22
-echo ${SCOBALT} ${SMIPS} |
xargs
ctags -wadtf ${TCOBALT}
23
-${FINDCOMM} |
xargs
ctags -wadtf ${TCOBALT}
/src/sys/arch/evbppc/
Makefile
26
-echo ${SEVBPPC} ${SPPC} |
xargs
ctags -wadtf ${TEVBPPC}
27
-${FINDCOMM} |
xargs
ctags -wadtf ${TEVBPPC}
/src/sys/arch/landisk/
Makefile
22
-echo ${SLANDISK} ${SSH3} |
xargs
ctags -wadtf ${TLANDISK}
23
-${FINDCOMM} |
xargs
ctags -wadtf ${TLANDISK}
/src/sys/arch/macppc/
Makefile
25
-echo ${SIMACPPC} |
xargs
ctags -wadtf ${TIMACPPC}
26
-${FINDCOMM} |
xargs
ctags -wadtf ${TIMACPPC}
/src/sys/arch/ofppc/
Makefile
18
-echo ${SOFPPC} ${SPPC} |
xargs
ctags -wadtf ${TOFPPC}
19
-${FINDCOMM} |
xargs
ctags -wadtf ${TOFPPC}
/src/sys/arch/prep/
Makefile
18
-echo ${SPREP} ${SPPC} |
xargs
ctags -wadtf ${TPREP}
19
-${FINDCOMM} |
xargs
ctags -wadtf ${TPREP}
/src/sys/arch/sandpoint/
Makefile
18
-echo ${SSANDPOINT} ${SPPC} |
xargs
ctags -wadtf ${TSANDPOINT}
19
-${FINDCOMM} |
xargs
ctags -wadtf ${TSANDPOINT}
/src/sys/arch/sgimips/
Makefile
27
-echo ${SSGIMIPS} ${SMIPS} |
xargs
ctags -wadtf ${TSGIMIPS}
28
-${FINDCOMM} |
xargs
ctags -wadtf ${TSGIMIPS}
Completed in 21 milliseconds
1
2
3
Indexes created Fri Oct 17 09:09:57 GMT 2025