Searched refs:time_buf (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/tcpdump/ |
| H A D | ntp.c | 55 char time_buf[128]; in p_ntp_time() local 67 time_string = nd_format_time(time_buf, sizeof (time_buf), in p_ntp_time()
|
| H A D | print-zep.c | 83 char time_buf[128]; in zep_print_ts() local 86 nd_format_time(time_buf, sizeof (time_buf), "%Y-%m-%d %H:%M:%S", in zep_print_ts()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | throughput.c | 284 char *time_buf, *last; in throughput_clear() local 286 time_buf = ctime(&t->BestOctetsPerSecondTime); in throughput_clear() 287 last = time_buf + strlen(time_buf); in throughput_clear() 288 if (last > time_buf && *--last == '\n') in throughput_clear() 291 t->BestOctetsPerSecond, time_buf); in throughput_clear()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 8942 char total_i_buf[7], srate_buf[7], irate_buf[7], time_buf[32]; in print_scan_scrub_resilver_status() local 8967 secs_to_dhms(end - start, time_buf); in print_scan_scrub_resilver_status() 8972 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status() 8977 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status() 9067 secs_to_dhms((total_i - issued) / issue_rate, time_buf); in print_scan_scrub_resilver_status() 9068 (void) printf(gettext(", %s to go\n"), time_buf); in print_scan_scrub_resilver_status() 9105 char scan_rate_buf[7], issue_rate_buf[7], time_buf[32]; in print_rebuild_status_impl() local 9120 secs_to_dhms(vrs->vrs_scan_time_ms / 1000, time_buf); in print_rebuild_status_impl() 9123 time_buf, (u_longlong_t)vrs->vrs_errors, ctime(&end)); in print_rebuild_status_impl() 9158 time_buf); in print_rebuild_status_impl() [all …]
|