Searched refs:test_asctime_data (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | ctime.c | 32 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 D | ctime_r.c | 33 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 D | asctime_r.c | 45 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 D | asctime.c | 31 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 D | strftime_l.c | 32 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 D | strptime_ext.c | 34 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 D | strftime_ext.c | 32 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 D | asctime_data.h | 21 static const struct time_test_string_struct test_asctime_data[] = { variable
|
Completed in 4 milliseconds