Home
last modified time | relevance | path

Searched refs:test_timegm_data (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
H A Dtimegm.c33 for (int32_t i = 0; i < (int32_t)(sizeof(test_timegm_data) / sizeof(test_timegm_data[0])); i++) { in timegm_0100()
34 const char *handlerChar = test_handle_path(test_timegm_data[i].tz); in timegm_0100()
48 EXPECT_EQ("timegm_0100", test_timegm_data[i].result, timeThis); in timegm_0100()
60 for (int32_t i = 0; i < (int32_t)(sizeof(test_timegm_data) / sizeof(test_timegm_data[0])); i++) { in timegm_time64_0100()
61 const char *handlerChar = test_handle_path(test_timegm_data[i].tz); in timegm_time64_0100()
75 EXPECT_EQ("timegm_time64_0100", test_timegm_data[i].result, timeThis); in timegm_time64_0100()
/third_party/musl/libc-test/src/functionalext/common/
H A Dtimegm_data.h21 static const struct time_test_time_struct test_timegm_data[] = { variable

Completed in 1 milliseconds