Home | History | Annotate | Download | only in tzcode

Lines Matching refs:tzname

114 **  1.  They might reference tzname[0] before calling tzset (explicitly
116 ** 2. They might reference tzname[1] before calling tzset (explicitly
118 ** 3. They might reference tzname[1] after setting to a time zone
120 ** 4. They might reference tzname[0] after setting to a time zone
125 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
126 ** string "tzname[0] used before set", and similarly for the other cases.
127 ** And another: initialize tzname[0] to "ERA", with an explanation in the
129 ** that tzname[0] has the "normal" length of three characters).
274 char * tzname[2] = {
330 tzname[0] = wildabbr;
331 tzname[1] = wildabbr;
341 tzname[0] = tzname[1] = gmt;
348 tzname[ttisp->tt_isdst] =
362 ** And to get the latest zone names into tzname. . .
369 tzname[ttisp->tt_isdst] =
1418 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];