Home
last modified time | relevance | path

Searched refs:test_handle_path (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
Dstrftime_ext.c33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strftime_0100()
61 const char *handlerChar = test_handle_path(test_strftime_data[i].tz); in strftime_0200()
88 const char *handlerChar = test_handle_path("Pacific/Pitcairn"); in strftime_0300()
114 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strftime_0400()
140 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strftime_0500()
166 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strftime_0600()
192 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strftime_0700()
218 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strftime_0800()
244 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strftime_0900()
270 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strftime_1000()
[all …]
Dctime.c33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime_0100()
59 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime64_0100()
Dmktime.c33 const char *handlerChar = test_handle_path(test_mktime_data[i].tz); in mktime_0100()
59 const char *handlerChar = test_handle_path(test_mktime_data[i].tz); in mktime64_0100()
Ddifftime.c33 const char *handlerChar = test_handle_path(test_difftime_data[i].tz); in difftime_0100()
59 const char *handlerChar = test_handle_path(test_difftime_data[i].tz); in difftime64_0100()
Dtimegm.c34 const char *handlerChar = test_handle_path(test_timegm_data[i].tz); in timegm_0100()
61 const char *handlerChar = test_handle_path(test_timegm_data[i].tz); in timegm_time64_0100()
Dctime_r.c34 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime_r_0100()
62 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in ctime64_r_0100()
Dtime_ext.c49 const char *handlerChar = test_handle_path(gResultData[i].tz); in time_0100()
82 const char *handlerChar = test_handle_path(gResultData[i].tz); in time64_0100()
Dstrptime_ext.c35 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strptime_0100()
73 const char *handlerChar = test_handle_path(test_strptime_data[i].tz); in strptime_0200()
180 const char *handlerChar = test_handle_path(test_asctime_data[0].tz); in strptime_0700()
275 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strptime_1200()
304 const char *handlerChar = test_handle_path("Asia/Shanghai"); in strptime_1300()
Dlocaltime.c36 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime_0100()
65 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime64_0100()
Dlocaltime_r.c36 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime_r_0100()
66 const char *handlerChar = test_handle_path(test_localtime_data[i].tz); in localtime64_r_0100()
Dasctime.c32 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in asctime_0100()
Dstrftime_l.c33 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in strftime_l_0100()
Dasctime_r.c46 const char *handlerChar = test_handle_path(test_asctime_data[i].tz); in asctime_r_0100()
Dgmtime.c33 const char *handlerChar = test_handle_path(test_gmtime_data[i].tz); in gmtime_0100()
Dgmtime_r.c34 const char *handlerChar = test_handle_path(test_gmtime_data[i].tz); in gmtime_r_0100()
/third_party/musl/libc-test/src/functionalext/common/
Dtime_test_data.h38 static const char *test_handle_path(const char *tz) in test_handle_path() function