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

  /system/core/sh/
mystring.h 45 #define scopy(s1, s2) ((void)strcpy(s2, s1)) macro
  /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 537 milliseconds