HomeSort by relevance Sort by last modified time
    Searched refs:scopy (Results 1 - 8 of 8) sorted by null

  /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);

Completed in 450 milliseconds