Lines Matching defs:tzname
41 ** 1. They might reference tzname[0] before calling tzset (explicitly
43 ** 2. They might reference tzname[1] before calling tzset (explicitly
45 ** 3. They might reference tzname[1] after setting to a time zone
47 ** 4. They might reference tzname[0] after setting to a time zone
52 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
53 ** string "tzname[0] used before set", and similarly for the other cases.
54 ** And another: initialize tzname[0] to "ERA", with an explanation in the
56 ** that tzname[0] has the "normal" length of three characters).
198 char * tzname[2] = {
203 DEF_WEAK(tzname);
249 tzname[0] = wildabbr;
250 tzname[1] = wildabbr;
254 tzname[0] = tzname[1] = (char *)gmt;
258 ** And to get the latest zone names into tzname. . .
263 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind];
1297 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];