Lines Matching refs:handlerChar
35 const char *handlerChar = test_handle_path(test_asctime_data[i].tz);
36 if (!handlerChar) {
37 t_error("strptime_0100 failed: handlerChar is NULL\n");
41 setenv("TZ", handlerChar, 1);
73 const char *handlerChar = test_handle_path(test_strptime_data[i].tz);
74 if (!handlerChar) {
75 t_error("strptime_0200 failed: handlerChar is NULL\n");
79 setenv("TZ", handlerChar, 1);
180 const char *handlerChar = test_handle_path(test_asctime_data[0].tz);
181 if (!handlerChar) {
182 t_error("strptime_0700 failed: handlerChar is NULL\n");
186 setenv("TZ", handlerChar, 1);
275 const char *handlerChar = test_handle_path("Asia/Shanghai");
276 if (!handlerChar) {
277 t_error("strptime_1200 failed: handlerChar is NULL\n");
281 setenv("TZ", handlerChar, 1);
304 const char *handlerChar = test_handle_path("Asia/Shanghai");
305 if (!handlerChar) {
306 t_error("strptime_1300 failed: handlerChar is NULL\n");
310 setenv("TZ", handlerChar, 1);