Lines Matching defs:tzname
36 __weak_alias(tzname,_tzname)
161 ** 1. They might reference tzname[0] before calling tzset (explicitly
163 ** 2. They might reference tzname[1] before calling tzset (explicitly
165 ** 3. They might reference tzname[1] after setting to a time zone
167 ** 4. They might reference tzname[0] after setting to a time zone
172 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
173 ** string "tzname[0] used before set", and similarly for the other cases.
174 ** And another: initialize tzname[0] to "ERA", with an explanation in the
176 ** that tzname[0] has the "normal" length of three characters).
338 __aconst char *tzname[2] = {
344 extern __aconst char * tzname[2];
469 tzname[ttisp->tt_isdst] = UNCONST(&sp->chars[ttisp->tt_desigidx]);
482 update tzname, timezone, and/or altzone and return STDDST_MASK,
510 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc);
522 ** And to get the latest time zone abbreviations into tzname. . .
1684 ** set the applicable parts of tzname, timezone and altzone;
1702 /* Don't bother to set tzname etc.; tzset has already done it. */