Searched refs:time_buf (Results 1 – 2 of 2) sorted by relevance
286 char *time_buf, *last; in throughput_clear() local288 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()
366 char time_buf[128]; in p_ntp_time() local369 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()