Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dtags.sh124 all_sources | xargs $1 -a \
137 all_kconfigs | xargs $1 -a \
141 all_kconfigs | xargs $1 -a \
145 all_defconfigs | xargs -r $1 -a \
153 all_sources | xargs $1 -a \
159 all_kconfigs | xargs $1 -a \
162 all_kconfigs | xargs $1 -a \
165 all_defconfigs | xargs -r $1 -a \
176 all_sources | xargs $1 -a
H A DMakefile.headersinst68 | xargs \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dsvc.h125 #define SVC_GETARGS(xprt, xargs, argsp) \ argument
126 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
127 #define svc_getargs(xprt, xargs, argsp) \ argument
128 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
135 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument
136 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
137 #define svc_freeargs(xprt, xargs, argsp) \ argument
138 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
H A Dclnt.h170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
/utopia/UTPA2-700.0.x/projects/build/
H A DCreateKsym--.sh167 find $PWD/../../mxlib/include/ -name "*.h" | xargs gcc -fpreprocessed -dD -E > preprocess.txt
168 find $PWD/../../modules/pq -name "drvPQ.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
169 … find $PWD/../../modules/pq -name "drvPQ_cus.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
H A DCreateKsym.sh176 find $PWD/../../mxlib/include/ -name "*.h" | xargs gcc -fpreprocessed -dD -E > preprocess.txt
H A DMakefile1434 -type f -print | xargs rm -f
1439 -type f -print | xargs rm -f
/utopia/
H A DCreateKsym.sh174 find $PWD/../../mxlib/include/ -name "*.h" | xargs gcc -fpreprocessed -dD -E > preprocess.txt
175 find $PWD/../../modules/pq -name "drvPQ.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
176 … find $PWD/../../modules/pq -name "drvPQ_cus.h" | xargs gcc -fpreprocessed -dD -E >> preprocess.txt
/utopia/UTPA2-700.0.x/
H A DCreateTag.sh175 find $PWD/../../mxlib/include/ -name "*.h" | xargs gcc -fpreprocessed -dD -E > preprocess.txt