OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 58 milliseconds