Home | History | Annotate | Download | only in tzcode

Lines Matching defs:tzname

51 **	1.	They might reference tzname[0] before calling tzset (explicitly
53 ** 2. They might reference tzname[1] before calling tzset (explicitly
55 ** 3. They might reference tzname[1] after setting to a time zone
57 ** 4. They might reference tzname[0] after setting to a time zone
62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
63 ** string "tzname[0] used before set", and similarly for the other cases.
64 ** And another: initialize tzname[0] to "ERA", with an explanation in the
66 ** that tzname[0] has the "normal" length of three characters).
206 char * tzname[2] = {
262 tzname[0] = wildabbr;
263 tzname[1] = wildabbr;
273 tzname[0] = tzname[1] = gmt;
280 tzname[ttisp->tt_isdst] =
294 ** And to get the latest zone names into tzname. . .
301 tzname[ttisp->tt_isdst] =
1316 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];