Home
last modified time | relevance | path

Searched refs:pstrcat (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c5395 static char *pstrcat(char *buf, int buf_size, const char *s);
6670 static char *pstrcat(char *buf, int buf_size, const char *s) in pstrcat() function
8536 pstrcat(buf, sizeof(buf), (char *)tokc.cstr->data); in preprocess()
8543 pstrcat(buf, sizeof(buf), get_tok_str(tok, &tokc)); in preprocess()
8574 pstrcat(buf1, sizeof(buf1), buf); in preprocess()
8594 pstrcat(buf1, sizeof(buf1), "/"); in preprocess()
8595 pstrcat(buf1, sizeof(buf1), buf); in preprocess()
11719 pstrcat(buf, buf_size, "const "); in type_to_str()
11721 pstrcat(buf, buf_size, "volatile "); in type_to_str()
11723 pstrcat(buf, buf_size, "unsigned "); in type_to_str()
[all …]