Searched refs:tzname (Results 1 – 5 of 5) sorted by relevance
130 tzname[0] = "GMT"; in _tzset_unlocked()131 tzname[1] = "GMT"; in _tzset_unlocked()140 tzname[0] = ""; in _tzset_unlocked()141 tzname[1] = ""; in _tzset_unlocked()197 tzname[0] = __tzname_std; in _tzset_unlocked()198 tzname[1] = tzname[0]; in _tzset_unlocked()215 tzname[0] = __tzname_std; in _tzset_unlocked()216 tzname[1] = tzname[0]; in _tzset_unlocked()333 tzname[0] = __tzname_std; in _tzset_unlocked()334 tzname[1] = __tzname_dst; in _tzset_unlocked()
8 char *tzname[2] = {"GMT", "GMT"}; variable
1414 tznam = tzname[tim_p->tm_isdst > 0]; in __strftime()
180 extern char *tzname[2];
18525 (tzname): Defined for all platforms.18737 (tzname): Defined for all platforms.19720 * include/time.h[__CYGWIN__]: Define tzname to _tzname if not defined.