/system/core/sh/ |
mystring.h | 45 #define scopy(s1, s2) ((void)strcpy(s2, s1)) macro
|
cd.c | 168 scopy(dest, cdcomppath); 269 scopy(dir, cdcomppath);
|
show.c | 399 scopy(p, s); 403 scopy("./trace", s);
|
memalloc.c | 94 scopy(s, p);
|
var.c | 259 scopy(val, d);
|
expand.c | 1229 scopy(dp->d_name, enddir); 1257 scopy(name, p);
|
jobs.c | 451 scopy("Running", s + col);
|
/external/oprofile/libpopt/ |
popthelp.c | 340 { const char * scopy = argDescrip; local 346 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t); 439 const char * scopy = s; local 447 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t); 615 const char * scopy = argDescrip; local 623 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t);
|
/external/eigen/Eigen/src/misc/ |
blas.h | 43 int BLASFUNC(scopy) (int *, float *, int *, float *, int *); [all...] |
/external/eigen/bench/btl/libs/BLAS/ |
blas.h | 64 int BLASFUNC(scopy) (int *, float *, int *, float *, int *); [all...] |