Lines Matching full:sprintf
115 str += sprintf(str, "%02ud:", d);
119 str += sprintf(str, "%02uh:", h);
121 str += sprintf(str, "%02um:", m);
122 str += sprintf(str, "%02us", s);
470 p += sprintf(p, "\n");
473 p += sprintf(p, "Jobs: %d (f=%d)", je->nr_running, je->files_open);
479 p += sprintf(p, ", CR=%s/%s KB/s", tr, mr);
483 p += sprintf(p, ", CR=%d/%d IOPS",
505 sprintf(perc_str, "%3.1f%% done", perc);
523 p += sprintf(p, "%*s", linelen_last - l, "");
531 p += sprintf(p, "\r");