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

/external/valgrind/perf/
H A Dtinycc.c7024 static void strcat_printf(char *buf, int buf_size, const char *fmt, ...)
7040 strcat_printf(buf, sizeof(buf), "In file included from %s:%d:\n",
7043 strcat_printf(buf, sizeof(buf),
7046 strcat_printf(buf, sizeof(buf),
7050 strcat_printf(buf, sizeof(buf),
7054 strcat_printf(buf, sizeof(buf), "warning: ");
7022 static void strcat_printf(char *buf, int buf_size, const char *fmt, ...) function

Completed in 146 milliseconds