Home | History | Annotate | Download | only in time

Lines Matching defs:timezone_t

65 # undef  timezone_t
66 # define timezone_t char **
95 static time_t hunt(timezone_t, time_t, time_t, bool);
96 static void show(timezone_t, char *, time_t, bool);
97 static void showextrema(timezone_t, char *, time_t, struct tm *, time_t);
221 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp)
230 mktime_z(timezone_t tz, struct tm *tmp)
241 static timezone_t
295 tzfree(ATTRIBUTE_MAYBE_UNUSED timezone_t initial_environ)
305 static timezone_t gmtz;
344 my_localtime_rz(timezone_t tz, const time_t *tp, struct tm *tmp)
586 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0
723 hunt(timezone_t tz, time_t lot, time_t hit, bool only_ok)
835 show(timezone_t tz, char *zone, time_t t, bool v)
880 showextrema(timezone_t tz, char *zone, time_t lo, struct tm *lotmp, time_t hi)