Searched defs:tzname (Results 1 - 1 of 1) sorted by last modified time

/system/core/libcutils/
H A Dtztime.c84 ** 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] = { variable
1267 tzname[tm
[all...]

Completed in 4 milliseconds