Home
last modified time | relevance | path

Searched refs:time_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dntp.c57 char time_buf[128]; in p_ntp_time() local
69 time_string = nd_format_time(time_buf, sizeof (time_buf), in p_ntp_time()
H A Dprint-zep.c85 char time_buf[128]; in zep_print_ts() local
88 nd_format_time(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", in zep_print_ts()
/freebsd/usr.sbin/ppp/
H A Dthroughput.c284 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 Dzpool_main.c8126 secs_to_dhms(end - start, time_buf); in print_scan_scrub_resilver_status()
8131 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status()
8136 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status()
8227 (void) printf(gettext(", %s to go\n"), time_buf); in print_scan_scrub_resilver_status()
8317 time_buf); in print_rebuild_status_impl()
8318 (void) printf(gettext(", %s to go\n"), time_buf); in print_rebuild_status_impl()
8632 char time_buf[32]; in print_raidz_expand_status() local
8633 secs_to_dhms(end - start, time_buf); in print_raidz_expand_status()
8637 copied_buf, time_buf, ctime((time_t *)&end)); in print_raidz_expand_status()
8678 char time_buf[32]; in print_raidz_expand_status() local
[all …]