Searched refs:strcat_printf (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/perf/ |
D | tinycc.c | 7022 static void strcat_printf(char *buf, int buf_size, const char *fmt, ...) in strcat_printf() function 7038 strcat_printf(buf, sizeof(buf), "In file included from %s:%d:\n", in error1() 7041 strcat_printf(buf, sizeof(buf), in error1() 7044 strcat_printf(buf, sizeof(buf), in error1() 7048 strcat_printf(buf, sizeof(buf), in error1() 7052 strcat_printf(buf, sizeof(buf), "warning: "); in error1()
|