Searched defs:tzname (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c114 ** 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] = { variable
330 tzname[
[all...]

Completed in 189 milliseconds