Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/time/
H A Dmktime.c32 for (int32_t i = 0; i < (int32_t)(sizeof(test_mktime_data) / sizeof(test_mktime_data[0])); i++) { in mktime_0100()
33 const char *handlerChar = test_handle_path(test_mktime_data[i].tz); in mktime_0100()
47 EXPECT_EQ("mktime_0100", mk, test_mktime_data[i].result); in mktime_0100()
58 for (int32_t i = 0; i < (int32_t)(sizeof(test_mktime_data) / sizeof(test_mktime_data[0])); i++) { in mktime64_0100()
59 const char *handlerChar = test_handle_path(test_mktime_data[i].tz); in mktime64_0100()
73 EXPECT_EQ("mktime64_0100", mk, test_mktime_data[i].result); in mktime64_0100()
/third_party/musl/libc-test/src/functionalext/common/
H A Dmktime_data.h21 static const struct time_test_time_struct test_mktime_data[] = { variable

Completed in 2 milliseconds