Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Dthroughput.c286 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-12.1/contrib/tcpdump/
H A Dprint-ntp.c366 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()