Home | History | Annotate | Download | only in tzcode

Lines Matching full:tzname

44 **	1.	They might reference tzname[0] before calling tzset (explicitly
46 ** 2. They might reference tzname[1] before calling tzset (explicitly
48 ** 3. They might reference tzname[1] after setting to a time zone
50 ** 4. They might reference tzname[0] after setting to a time zone
55 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
56 ** string "tzname[0] used before set", and similarly for the other cases.
57 ** And another: initialize tzname[0] to "ERA", with an explanation in the
59 ** that tzname[0] has the "normal" length of three characters).
203 char * tzname[2] = {
257 tzname[0] = tzname[1] = (char *) wildabbr;
266 tzname[0] = tzname[1] = (char *) gmt;
270 ** And to get the latest zone names into tzname. . .
275 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind];
282 tzname[ttisp->tt_isdst] =
1324 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];