Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
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()
/mirbsd/src/lib/libpng/
Dpng.c688 wchar_t time_buf[29]; in png_convert_to_rfc1123() local
689 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"), in png_convert_to_rfc1123()
693 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, in png_convert_to_rfc1123()