Searched refs:pt (Results 1 – 1 of 1) sorted by relevance
94 const struct test_times *pt; in do_test() local101 for (pt = tests; pt->name != NULL; ++pt) in do_test()104 printf ("Checking timezone %s\n", pt->name); in do_test()105 sprintf (buf, "TZ=%s", pt->name); in do_test()113 check_tzvars (pt->name, pt->daylight, pt->timezone, pt->tzname); in do_test()118 check_tzvars (pt->name, pt->daylight, pt->timezone, pt->tzname); in do_test()
Completed in 3 milliseconds