/third_party/musl/libc-test/src/functionalext/time/ |
H A D | strftime_ext.c | 33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strftime_0100() local 34 if (!handlerChar) { in strftime_0100() 35 t_error("strftime_0100 failed: handlerChar is NULL\n"); in strftime_0100() 39 setenv("TZ", handlerChar, 1); in strftime_0100() 61 const char *handlerChar = test_handle_path(test_strftime_data[i].tz); in strftime_0200() local 62 if (!handlerChar) { in strftime_0200() 63 t_error("strftime_0200 failed: handlerChar is NULL\n"); in strftime_0200() 67 setenv("TZ", handlerChar, 1); in strftime_0200() 88 const char *handlerChar = test_handle_path("Pacific/Pitcairn"); in strftime_0300() local 89 if (!handlerChar) { in strftime_0300() 114 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_0400() local 140 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_0500() local 166 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_0600() local 192 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_0700() local 218 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_0800() local 244 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_0900() local 270 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_1000() local 316 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_1200() local 348 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_1300() local 380 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_1400() local 412 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_1500() local 439 const char *handlerChar = test_handle_path("Asia/Shanghai"); strftime_1600() local [all...] |
H A D | ctime.c | 33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime_0100() local 34 if (!handlerChar) { in ctime_0100() 35 t_error("ctime_0100 failed: handlerChar is NULL\n"); in ctime_0100() 39 setenv("TZ", handlerChar, 1); in ctime_0100() 59 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime64_0100() local 60 if (!handlerChar) { in ctime64_0100() 61 t_error("ctime_0100 failed: handlerChar is NULL\n"); in ctime64_0100() 65 setenv("TZ", handlerChar, 1); in ctime64_0100()
|
H A D | mktime.c | 33 const char *handlerChar = test_handle_path(test_mktime_data[i].tz); in mktime_0100() local 34 if (!handlerChar) { in mktime_0100() 35 t_error("mktime_0100 failed: handlerChar is NULL\n"); in mktime_0100() 39 setenv("TZ", handlerChar, 1); in mktime_0100() 59 const char *handlerChar = test_handle_path(test_mktime_data[i].tz); in mktime64_0100() local 60 if (!handlerChar) { in mktime64_0100() 61 t_error("mktime64_0100 failed: handlerChar is NULL\n"); in mktime64_0100() 65 setenv("TZ", handlerChar, 1); in mktime64_0100()
|
H A D | ctime_r.c | 34 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime_r_0100() local 35 if (!handlerChar) { in ctime_r_0100() 36 t_error("ctime_r_0100 failed: handlerChar is NULL\n"); in ctime_r_0100() 40 setenv("TZ", handlerChar, 1); in ctime_r_0100() 62 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime64_r_0100() local 63 if (!handlerChar) { in ctime64_r_0100() 64 t_error("ctime64_r_0100 failed: handlerChar is NULL\n"); in ctime64_r_0100() 68 setenv("TZ", handlerChar, 1); in ctime64_r_0100()
|
H A D | difftime.c | 33 const char *handlerChar = test_handle_path(test_difftime_data[i].tz); in difftime_0100() local 34 if (!handlerChar) { in difftime_0100() 35 t_error("difftime_0100 failed: handlerChar is NULL\n"); in difftime_0100() 39 setenv("TZ", handlerChar, 1); in difftime_0100() 59 const char *handlerChar = test_handle_path(test_difftime_data[i].tz); in difftime64_0100() local 60 if (!handlerChar) { in difftime64_0100() 61 t_error("difftime_0100 failed: handlerChar is NULL\n"); in difftime64_0100() 65 setenv("TZ", handlerChar, 1); in difftime64_0100()
|
H A D | timegm.c | 34 const char *handlerChar = test_handle_path(test_timegm_data[i].tz); in timegm_0100() local 35 if (!handlerChar) { in timegm_0100() 36 t_error("timegm_0100 failed: handlerChar is NULL\n"); in timegm_0100() 40 setenv("TZ", handlerChar, 1); in timegm_0100() 61 const char *handlerChar = test_handle_path(test_timegm_data[i].tz); in timegm_time64_0100() local 62 if (!handlerChar) { in timegm_time64_0100() 63 t_error("timegm_time64_0100 failed: handlerChar is NULL\n"); in timegm_time64_0100() 67 setenv("TZ", handlerChar, 1); in timegm_time64_0100()
|
H A D | localtime.c | 36 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime_0100() local 37 if (!handlerChar) { in localtime_0100() 38 t_error("localtime_0100 failed: handlerChar is NULL\n"); in localtime_0100() 42 setenv("TZ", handlerChar, 1); in localtime_0100() 65 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime64_0100() local 66 if (!handlerChar) { in localtime64_0100() 67 t_error("localtime64_0100 failed: handlerChar is NULL\n"); in localtime64_0100() 71 setenv("TZ", handlerChar, 1); in localtime64_0100()
|
H A D | localtime_r.c | 36 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime_r_0100() local 37 if (!handlerChar) { in localtime_r_0100() 38 t_error("localtime_r_0100 failed: handlerChar is NULL\n"); in localtime_r_0100() 42 setenv("TZ", handlerChar, 1); in localtime_r_0100() 66 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime64_r_0100() local 67 if (!handlerChar) { in localtime64_r_0100() 68 t_error("localtime_r_0100 failed: handlerChar is NULL\n"); in localtime64_r_0100() 72 setenv("TZ", handlerChar, 1); in localtime64_r_0100()
|
H A D | time_ext.c | 49 const char *handlerChar = test_handle_path(gResultData[i].tz); in time_0100() local 50 if (!handlerChar) { in time_0100() 51 t_error("time_0100 failed: handlerChar is NULL\n"); in time_0100() 55 setenv("TZ", handlerChar, 1); in time_0100() 82 const char *handlerChar = test_handle_path(gResultData[i].tz); in time64_0100() local 83 if (!handlerChar) { in time64_0100() 84 t_error("time64_0100 failed: handlerChar is NULL\n"); in time64_0100() 88 setenv("TZ", handlerChar, 1); in time64_0100()
|
H A D | strptime_ext.c | 35 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strptime_0100() local 36 if (!handlerChar) { in strptime_0100() 37 t_error("strptime_0100 failed: handlerChar is NULL\n"); in strptime_0100() 41 setenv("TZ", handlerChar, 1); in strptime_0100() 73 const char *handlerChar = test_handle_path(test_strptime_data[i].tz); in strptime_0200() local 74 if (!handlerChar) { in strptime_0200() 75 t_error("strptime_0200 failed: handlerChar is NULL\n"); in strptime_0200() 79 setenv("TZ", handlerChar, 1); in strptime_0200() 180 const char *handlerChar = test_handle_path(test_asctime_data[0].tz); in strptime_0700() local 181 if (!handlerChar) { in strptime_0700() 275 const char *handlerChar = test_handle_path("Asia/Shanghai"); strptime_1200() local 304 const char *handlerChar = test_handle_path("Asia/Shanghai"); strptime_1300() local [all...] |
H A D | asctime_r.c | 46 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in asctime_r_0100() local 47 if (!handlerChar) { in asctime_r_0100() 48 t_error("asctime_r_0100 failed: handlerChar is NULL\n"); in asctime_r_0100() 51 setenv("TZ", handlerChar, 1); in asctime_r_0100()
|
H A D | asctime.c | 32 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in asctime_0100() local 33 if (!handlerChar) { in asctime_0100() 34 t_error("asctime_0100 failed: handlerChar is NULL\n"); in asctime_0100() 38 setenv("TZ", handlerChar, 1); in asctime_0100()
|
H A D | strftime_l.c | 33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strftime_l_0100() local 34 if (!handlerChar) { in strftime_l_0100() 35 t_error("strftime_l_0100 failed: handlerChar is NULL\n"); in strftime_l_0100() 39 setenv("TZ", handlerChar, 1); in strftime_l_0100()
|
H A D | gmtime.c | 33 const char *handlerChar = test_handle_path(test_gmtime_data[i].tz); in gmtime_0100() local 34 if (!handlerChar) { in gmtime_0100() 35 t_error("gmtime_0100 failed: handlerChar is NULL\n"); in gmtime_0100() 39 setenv("TZ", handlerChar, 1); in gmtime_0100()
|
H A D | gmtime_r.c | 34 const char *handlerChar = test_handle_path(test_gmtime_data[i].tz); in gmtime_r_0100() local 35 if (!handlerChar) { in gmtime_r_0100() 36 t_error("gmtime_r_0100 failed: handlerChar is NULL\n"); in gmtime_r_0100() 40 setenv("TZ", handlerChar, 1); in gmtime_r_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | gmtime_sup.c | 480 const char *handlerChar; in gmtime_0100() local 484 handlerChar = ++str; in gmtime_0100() 486 handlerChar = tz; in gmtime_0100() 489 handlerChar = tz; in gmtime_0100() 491 setenv("TZ", handlerChar, 1); in gmtime_0100() 523 const char *handlerChar; in gmtime64_0100() local 527 handlerChar = ++str; in gmtime64_0100() 529 handlerChar = tz; in gmtime64_0100() 532 handlerChar = tz; in gmtime64_0100() 534 setenv("TZ", handlerChar, in gmtime64_0100() [all...] |
H A D | gmtime_r_sup.c | 480 const char *handlerChar; in gmtime_r_0100() local 484 handlerChar = ++str; in gmtime_r_0100() 486 handlerChar = tz; in gmtime_r_0100() 489 handlerChar = tz; in gmtime_r_0100() 491 setenv("TZ", handlerChar, 1); in gmtime_r_0100() 523 const char *handlerChar; in gmtime64_r_0100() local 527 handlerChar = ++str; in gmtime64_r_0100() 529 handlerChar = tz; in gmtime64_r_0100() 532 handlerChar = tz; in gmtime64_r_0100() 534 setenv("TZ", handlerChar, in gmtime64_r_0100() [all...] |
H A D | mktime_sup.c | 476 const char *handlerChar; in mktime_0100() local 480 handlerChar = ++str; in mktime_0100() 482 handlerChar = tz; in mktime_0100() 485 handlerChar = tz; in mktime_0100() 487 setenv("TZ", handlerChar, 1); in mktime_0100()
|
H A D | difftime_sup.c | 476 const char *handlerChar; in difftime_0100() local 480 handlerChar = ++str; in difftime_0100() 482 handlerChar = tz; in difftime_0100() 485 handlerChar = tz; in difftime_0100() 487 setenv("TZ", handlerChar, 1); in difftime_0100()
|
H A D | time_sup.c | 47 const char *handlerChar; in time_0100() local 51 handlerChar = ++str; in time_0100() 53 handlerChar = tz; in time_0100() 56 handlerChar = tz; in time_0100() 58 setenv("TZ", handlerChar, 1); in time_0100()
|