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

/external/libchrome/base/time/
H A Dpr_time_unittest.cc80 char time_buf[BUFFER_SIZE] = {0}; local
83 asctime_s(time_buf, arraysize(time_buf), &local_time);
86 asctime_r(&local_time, time_buf);
92 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
H A Dtime_unittest.cc172 char time_buf[BUFFER_SIZE] = {0}; local
175 asctime_s(time_buf, arraysize(time_buf), &local_time);
178 asctime_r(&local_time, time_buf);
182 EXPECT_TRUE(Time::FromString(time_buf, &parsed_time));
/external/tcpdump/
H A Dprint-ntp.c366 char time_buf[128]; local
369 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
370 ND_PRINT((ndo, " (%s)", time_buf));
/external/fio/
H A Dstat.c507 char time_buf[32]; local
513 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf));
518 ts->error, (int) ts->pid, time_buf);
523 time_buf);
1358 char time_buf[32]; local
1362 os_ctime_r((const time_t *) &time_p, time_buf,
1363 sizeof(time_buf));
1364 time_buf[strlen(time_buf)
[all...]

Completed in 811 milliseconds