Lines Matching defs:time_buf
8809 char total_i_buf[7], srate_buf[7], irate_buf[7], time_buf[32];
8834 secs_to_dhms(end - start, time_buf);
8839 time_buf, (u_longlong_t)ps->pss_errors,
8844 time_buf, (u_longlong_t)ps->pss_errors,
8934 secs_to_dhms((total_i - issued) / issue_rate, time_buf);
8935 (void) printf(gettext(", %s to go\n"), time_buf);
8972 char scan_rate_buf[7], issue_rate_buf[7], time_buf[32];
8987 secs_to_dhms(vrs->vrs_scan_time_ms / 1000, time_buf);
8990 time_buf, (u_longlong_t)vrs->vrs_errors, ctime(&end));
9025 time_buf);
9026 (void) printf(gettext(", %s to go\n"), time_buf);
10146 char time_buf[32];
10147 secs_to_dhms(end - start, time_buf);
10151 copied_buf, time_buf, ctime((time_t *)&end));
10191 char time_buf[32];
10192 secs_to_dhms(secs_left, time_buf);
10193 (void) printf(gettext(", %s to go\n"), time_buf);