Searched defs:pstrcpy (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A Dcutils.c520 void pstrcpy(char *buf, int buf_size, const char *str) function
543 pstrcpy(buf + len, buf_size - len, s);
/vbox/src/recompiler/tests/
H A Dlinux-test.c262 void pstrcpy(char *buf, int buf_size, const char *str) function
285 pstrcpy(buf + len, buf_size - len, s);

Completed in 64 milliseconds