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

/system/extras/tests/bionic/libc/common/
H A Dtest_tm_zone.c51 printf( "tzname[0] is '%s'\n", tzname[0] ? tzname[0] : "<NULL POINTER>" );
52 printf( "tzname[1] is '%s'\n", tzname[1] ? tzname[1] : "<NULL POINTER>" );
/system/core/libcutils/
H A Dtzstrftime.c51 extern char * tzname[];
535 pt = _add(tzname[t->tm_isdst != 0],
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 130 milliseconds