Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dcolor.h39 int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...);
Dcolor.c230 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()