Searched refs:color_snprintf (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/tools/perf/util/ |
D | color.h | 39 int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...);
|
D | color.c | 230 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() function 323 return color_snprintf(bf, size, color, fmt, percent); in percent_color_snprintf()
|