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

/external/qemu/util/
H A Dcutils.c56 char *pstrcat(char *buf, int buf_size, const char *s) function
/external/valgrind/main/perf/
H A Dtinycc.c5397 static char *pstrcat(char *buf, int buf_size, const char *s);
6672 static char *pstrcat(char *buf, int buf_size, const char *s)
8538 pstrcat(buf, sizeof(buf), (char *)tokc.cstr->data);
8545 pstrcat(buf, sizeof(buf), get_tok_str(tok, &tokc));
8576 pstrcat(buf1, sizeof(buf1), buf);
8596 pstrcat(buf1, sizeof(buf1), "/");
8597 pstrcat(buf1, sizeof(buf1), buf);
11721 pstrcat(buf, buf_size, "const ");
11723 pstrcat(buf, buf_size, "volatile ");
11725 pstrcat(bu
6670 static char *pstrcat(char *buf, int buf_size, const char *s) function
[all...]

Completed in 358 milliseconds