Lines Matching refs:timezone_t
60 # undef timezone_t
61 # define timezone_t char ** macro
90 static time_t hunt(timezone_t, time_t, time_t, bool);
91 static void show(timezone_t, char *, time_t, bool);
92 static void showextrema(timezone_t, char *, time_t, struct tm *, time_t);
216 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz()
225 mktime_z(timezone_t tz, struct tm *tmp) in mktime_z()
236 static timezone_t
292 tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ) in tzfree()
304 static timezone_t gmtz;
346 my_localtime_rz(timezone_t tz, time_t *tp, struct tm *tmp) in my_localtime_rz()
590 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0 in main()
728 hunt(timezone_t tz, time_t lot, time_t hit, bool only_ok) in hunt()
840 show(timezone_t tz, char *zone, time_t t, bool v) in show()
885 showextrema(timezone_t tz, char *zone, time_t lo, struct tm *lotmp, time_t hi) in showextrema()