Searched refs:time_buf (Results 1 - 4 of 4) sorted by relevance
/external/libchrome/base/time/ |
H A D | pr_time_unittest.cc | 80 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 D | time_unittest.cc | 172 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 D | print-ntp.c | 366 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 D | stat.c | 507 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