Searched refs:time_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | throughput.c | 286 char *time_buf, *last; in throughput_clear() local 288 time_buf = ctime(&t->BestOctetsPerSecondTime); in throughput_clear() 289 last = time_buf + strlen(time_buf); in throughput_clear() 290 if (last > time_buf && *--last == '\n') in throughput_clear() 293 t->BestOctetsPerSecond, time_buf); in throughput_clear()
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-ntp.c | 366 char time_buf[128]; in p_ntp_time() local 369 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm); in p_ntp_time() 370 ND_PRINT((ndo, " (%s)", time_buf)); in p_ntp_time()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 7480 char srate_buf[7], irate_buf[7], time_buf[32]; in print_scan_scrub_resilver_status() local 7504 secs_to_dhms(end - start, time_buf); in print_scan_scrub_resilver_status() 7509 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status() 7514 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status() 7565 secs_to_dhms(total_secs_left, time_buf); in print_scan_scrub_resilver_status() 7595 (void) printf(gettext(", %s to go\n"), time_buf); in print_scan_scrub_resilver_status() 7629 char scan_rate_buf[7], issue_rate_buf[7], time_buf[32]; in print_rebuild_status_impl() local 7645 secs_to_dhms(vrs->vrs_scan_time_ms / 1000, time_buf); in print_rebuild_status_impl() 7648 time_buf, (u_longlong_t)vrs->vrs_errors, ctime(&end)); in print_rebuild_status_impl() 7662 MAX(scan_rate, 1), time_buf); in print_rebuild_status_impl() [all …]
|