Home
last modified time | relevance | path

Searched refs:test_asctime_data (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
H A Dctime.c32 for (int32_t i = 0; i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in ctime_0100()
33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime_0100()
47 EXPECT_STREQ("ctime_0100", returnStr, test_asctime_data[i].result); in ctime_0100()
58 for (int32_t i = 0; i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in ctime64_0100()
59 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime64_0100()
73 EXPECT_STREQ("ctime_0100", returnStr, test_asctime_data[i].result); in ctime64_0100()
H A Dctime_r.c33 for (int32_t i = 0;i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in ctime_r_0100()
34 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime_r_0100()
49 EXPECT_STREQ("ctime_r_0100", returnStr, test_asctime_data[i].result); in ctime_r_0100()
61 for (int32_t i = 0;i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in ctime64_r_0100()
62 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime64_r_0100()
77 EXPECT_STREQ("ctime64_r_0100", returnStr, test_asctime_data[i].result); in ctime64_r_0100()
H A Dasctime_r.c45 for (int32_t i = 0; i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in asctime_r_0100()
46 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in asctime_r_0100()
66 EXPECT_STREQ("asctime_r_0100", test_asctime_data[i].result, returnStr); in asctime_r_0100()
H A Dasctime.c31 for (int32_t i = 0; i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in asctime_0100()
32 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in asctime_0100()
51 EXPECT_STREQ("asctime_0100", test_asctime_data[i].result, returnStr); in asctime_0100()
H A Dstrftime_l.c32 for (int32_t i = 0; i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in strftime_l_0100()
33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strftime_l_0100()
49 EXPECT_STREQ("strftime_l_0100", buffer, test_asctime_data[i].result); in strftime_l_0100()
H A Dstrptime_ext.c34 for ( int32_t i = 0; i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in strptime_0100()
35 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strptime_0100()
60 EXPECT_STREQ("strptime_0100", test_asctime_data[i].result, result); in strptime_0100()
180 const char *handlerChar = test_handle_path(test_asctime_data[0].tz); in strptime_0700()
H A Dstrftime_ext.c32 for (int32_t i = 0; i < (int32_t)(sizeof(test_asctime_data) / sizeof(test_asctime_data[0])); i++) { in strftime_0100()
33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strftime_0100()
49 EXPECT_STREQ("strftime_0100", buffer, test_asctime_data[i].result); in strftime_0100()
/third_party/musl/libc-test/src/functionalext/common/
H A Dasctime_data.h21 static const struct time_test_string_struct test_asctime_data[] = { variable

Completed in 4 milliseconds