Searched refs:time_buf (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/time/ |
D | pr_time_unittest.cc | 80 char time_buf[BUFFER_SIZE] = {0}; in TEST_F() local 83 asctime_s(time_buf, arraysize(time_buf), &local_time); in TEST_F() 86 asctime_r(&local_time, time_buf); in TEST_F() 92 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); in TEST_F()
|
D | time_unittest.cc | 172 char time_buf[BUFFER_SIZE] = {0}; in TEST_F() local 175 asctime_s(time_buf, arraysize(time_buf), &local_time); in TEST_F() 178 asctime_r(&local_time, time_buf); in TEST_F() 182 EXPECT_TRUE(Time::FromString(time_buf, &parsed_time)); in TEST_F()
|
/external/tcpdump/ |
D | print-ntp.c | 366 char time_buf[128]; in p_ntp_time() local 369 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm); in p_ntp_time() 370 ND_PRINT((ndo, " (%s)", time_buf)); in p_ntp_time()
|
/external/fio/ |
D | stat.c | 507 char time_buf[32]; in show_thread_status_normal() local 513 os_ctime_r((const time_t *) &time_p, time_buf, sizeof(time_buf)); in show_thread_status_normal() 518 ts->error, (int) ts->pid, time_buf); in show_thread_status_normal() 523 time_buf); in show_thread_status_normal() 1358 char time_buf[32]; in __show_run_stats() local 1362 os_ctime_r((const time_t *) &time_p, time_buf, in __show_run_stats() 1363 sizeof(time_buf)); in __show_run_stats() 1364 time_buf[strlen(time_buf) - 1] = '\0'; in __show_run_stats() 1369 json_object_add_value_string(root, "time", time_buf); in __show_run_stats()
|