Lines Matching refs:tz
195 struct shared *tz; /* timezone of this event */ member
1132 struct shared *tz = NULL; in readcron() local
1177 if (tz == NULL || strcmp(&line[cursor], get_obj(tz))) { in readcron()
1178 rel_shared(tz); in readcron()
1179 tz = create_shared_str(&line[cursor]); in readcron()
1277 e->of.ct.tz = dup_shared(tz); in readcron()
1309 rel_shared(tz); in readcron()
1876 if (e->of.ct.tz != NULL) { in next_time()
1877 (void) putenv((char *)get_obj(e->of.ct.tz)); in next_time()
2111 rel_shared(e2->of.ct.tz); in rm_ctevents()
2510 if (e->of.ct.tz) { in ex()
2511 (void) putenv((char *)get_obj(e->of.ct.tz)); in ex()
3111 char *hz, *tz; in defaults() local
3124 ((tz = getenv("TZ")) != NULL) ? tz : DEFTZ); in defaults()