Home
last modified time | relevance | path

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

/external/chromium/base/
Dpr_time_unittest.cc54 char time_buf[BUFFER_SIZE] = {0}; in TEST_F() local
57 asctime_s(time_buf, arraysize(time_buf), &local_time); in TEST_F()
60 asctime_r(&local_time, time_buf); in TEST_F()
66 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); in TEST_F()
/external/libppp/src/
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()
/external/tcpdump/
Dprint-ntp.c225 char time_buf[128]; in p_ntp_time() local
228 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm); in p_ntp_time()
229 printf (" (%s)", time_buf); in p_ntp_time()
/external/stlport/src/
Dlocale.cpp159 char time_buf[_Locale_MAX_SIMPLE_NAME]; in locale()
168 hint = impl->insert_time_facets(time_name, time_buf, hint); in locale()
266 char time_buf[_Locale_MAX_SIMPLE_NAME]; in locale()
278 hint = impl->insert_time_facets(time_name, time_buf, hint); in locale()
/external/qemu/distrib/libpng-1.2.19/
Dpng.c665 wchar_t time_buf[29]; in png_convert_to_rfc1123() local
666 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"), in png_convert_to_rfc1123()
670 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, 29, in png_convert_to_rfc1123()
/external/libpng/
Dpng.c687 wchar_t time_buf[29]; in png_convert_to_rfc1123() local
688 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"), in png_convert_to_rfc1123()
692 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, in png_convert_to_rfc1123()