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).
192 char * tzname[2] = {
266 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind];
283 tzname[0] = tzname[1] = (char *) wildabbr;
292 tzname[0] = tzname[1] = (char *) gmt;
296 ** And to get the latest zone names into tzname. . .
1393 ** set the applicable parts of tzname, timezone and altzone;
1411 /* Don't bother to set tzname etc.; tzset has already done it. */
1501 // the "not required to set tzname" clause). It's unclear that POSIX actually intended this,