Lines Matching refs:timezone_t
64 # undef timezone_t
65 # define timezone_t char **
94 static time_t hunt(timezone_t, time_t, time_t, bool);
95 static void show(timezone_t, char *, time_t, bool);
96 static void showextrema(timezone_t, char *, time_t, struct tm *, time_t);
231 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp)
240 mktime_z(timezone_t tz, struct tm *tmp)
251 static timezone_t
307 tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ)
317 static timezone_t gmtz;
359 my_localtime_rz(timezone_t tz, time_t *tp, struct tm *tmp)
597 timezone_t tz = tzalloc(argv[i]);
734 hunt(timezone_t tz, time_t lot, time_t hit, bool only_ok)
846 show(timezone_t tz, char *zone, time_t t, bool v)
891 showextrema(timezone_t tz, char *zone, time_t lo, struct tm *lotmp, time_t hi)