Searched refs:fmt8 (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c2058 char *fmt8; local
2241 fmt8 = "%s%.2f";
2245 sprintf(outp, fmt8, (printed++ ? delim : ""),
2248 outp += sprintf(outp, fmt8, (printed++ ? delim : ""),
2339 sprintf(outp, fmt8, (printed++ ? delim : ""),
2343 sprintf(outp, fmt8, (printed++ ? delim : ""),
2347 sprintf(outp, fmt8, (printed++ ? delim : ""),
2351 sprintf(outp, fmt8, (printed++ ? delim : ""),
2354 outp += sprintf(outp, fmt8, (printed++ ? delim : ""),
2357 outp += sprintf(outp, fmt8, (printe
[all...]

Completed in 124 milliseconds