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

  /external/qemu/
cutils.c 28 void pstrcpy(char *buf, int buf_size, const char *str) function
51 pstrcpy(buf + len, buf_size - len, s);
  /external/valgrind/main/perf/
tinycc.c 6650 static char *pstrcpy(char *buf, int buf_size, const char *s) function
    [all...]

Completed in 339 milliseconds