Searched refs:time_buf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.sbin/ppp/
H A Dthroughput.c284 char *time_buf, *last; local
286 time_buf = ctime(&t->BestOctetsPerSecondTime);
287 last = time_buf + strlen(time_buf);
288 if (last > time_buf && *--last == '\n')
291 t->BestOctetsPerSecond, time_buf);
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ntp.c246 char time_buf[128]; local
249 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
250 printf (" (%s)", time_buf);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DTimeValue.cpp162 char time_buf[32]; local
164 char *time_cstr = ::ctime_r(&time, time_buf);

Completed in 90 milliseconds