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

/external/chromium_org/base/time/
H A Dpr_time_unittest.cc78 char time_buf[BUFFER_SIZE] = {0}; local
81 asctime_s(time_buf, arraysize(time_buf), &local_time);
84 asctime_r(&local_time, time_buf);
90 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
H A Dtime_unittest.cc168 char time_buf[BUFFER_SIZE] = {0}; local
171 asctime_s(time_buf, arraysize(time_buf), &local_time);
174 asctime_r(&local_time, time_buf);
178 EXPECT_TRUE(Time::FromString(time_buf, &parsed_time));
/external/tcpdump/
H A Dprint-ntp.c244 char time_buf[128]; local
247 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
248 printf (" (%s)", time_buf);
/external/lldb/source/Host/common/
H A DTimeValue.cpp151 char time_buf[32]; local
153 char *time_cstr = ::ctime_r(&time, time_buf);
/external/stlport/src/
H A Dlocale.cpp159 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
168 hint = impl->insert_time_facets(time_name, time_buf, hint);
267 char time_buf[_Locale_MAX_SIMPLE_NAME]; local
279 hint = impl->insert_time_facets(time_name, time_buf, hint);
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c687 wchar_t time_buf[29]; local
688 wsprintf(time_buf, TEXT("%d %S %d %02d:%02d:%02d +0000"),
692 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer,
/external/chromium_org/third_party/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,
/external/fio/
H A Dstat.c507 char time_buf[64]; local
515 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
520 ts->error, (int) ts->pid, time_buf);
525 time_buf);

Completed in 229 milliseconds