Searched defs:time_buf (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/
H A Dpr_time_unittest.cc54 char time_buf[BUFFER_SIZE] = {0}; local
57 asctime_s(time_buf, arraysize(time_buf), &local_time);
60 asctime_r(&local_time, time_buf);
66 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
/external/tcpdump/
H A Dprint-ntp.c225 char time_buf[128]; local
228 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
229 printf (" (%s)", time_buf);
/external/stlport/src/
H A Dlocale.cpp158 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
167 hint = impl->insert_time_facets(time_name, time_buf, hint);
265 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
277 hint = impl->insert_time_facets(time_name, time_buf, hint);
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.c665 wchar_t time_buf[29]; local
666 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"),
670 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, 29,
/external/libpng/
H A Dpng.c686 wchar_t time_buf[29]; local
687 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"),
691 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer,

Completed in 133 milliseconds