Lines Matching defs:tzname
52 ** 1. They might reference tzname[0] before calling tzset (explicitly
54 ** 2. They might reference tzname[1] before calling tzset (explicitly
56 ** 3. They might reference tzname[1] after setting to a time zone
58 ** 4. They might reference tzname[0] after setting to a time zone
63 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
64 ** string "tzname[0] used before set", and similarly for the other cases.
65 ** And another: initialize tzname[0] to "ERA", with an explanation in the
67 ** that tzname[0] has the "normal" length of three characters).
199 char * tzname[2] = {
282 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_desigidx];
295 update tzname, timezone, and/or altzone and return STDDST_MASK,
323 tzname[0] = tzname[1] = (char *) (sp ? wildabbr : utc);
335 ** And to get the latest time zone abbreviations into tzname. . .
1486 ** set the applicable parts of tzname, timezone and altzone;
1505 /* Don't bother to set tzname etc.; tzset has already done it. */