Lines Matching defs:timebuf
8563 print_time(hrtime_t t, char *timebuf)
8574 timebuf[0] = '\0';
8577 (void) sprintf(timebuf,
8580 (void) sprintf(timebuf, "%lluh%02llum%02llus", h, m, s);
8582 (void) sprintf(timebuf, "%llum%02llus", m, s);
8584 (void) sprintf(timebuf, "%llus", s);
8895 char timebuf[100];
9085 print_time(zs->zs_proc_stop - now, timebuf);
9096 (ztest_opts.zo_time * NANOSEC), timebuf);
9108 print_time(zc->zc_time, timebuf);
9110 zc->zc_count, timebuf,