Home | History | Annotate | Download | only in libcutils

Lines Matching defs:tzname

84 **	1.	They might reference tzname[0] before calling tzset (explicitly
86 ** 2. They might reference tzname[1] before calling tzset (explicitly
88 ** 3. They might reference tzname[1] after setting to a time zone
90 ** 4. They might reference tzname[0] after setting to a time zone
95 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
96 ** string "tzname[0] used before set", and similarly for the other cases.
97 ** And another: initialize tzname[0] to "ERA", with an explanation in the
99 ** that tzname[0] has the "normal" length of three characters).
245 char * tzname[2] = {
1267 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];