Home | History | Annotate | Download | only in tzcode

Lines Matching defs:tzname

64 **  1.  They might reference tzname[0] before calling tzset (explicitly
66 ** 2. They might reference tzname[1] before calling tzset (explicitly
68 ** 3. They might reference tzname[1] after setting to a time zone
70 ** 4. They might reference tzname[0] after setting to a time zone
75 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
76 ** string "tzname[0] used before set", and similarly for the other cases.
77 ** And another: initialize tzname[0] to "ERA", with an explanation in the
79 ** that tzname[0] has the "normal" length of three characters).
181 char * tzname[2] = {
265 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind];
282 tzname[0] = tzname[1] = (char *) wildabbr;
291 tzname[0] = tzname[1] = (char *) gmt;
295 ** And to get the latest zone names into tzname. . .
1427 ** set the applicable parts of tzname, timezone and altzone;
1445 /* Don't bother to set tzname etc.; tzset has already done it. */