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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c214 const char _tz_gmt[4] = "GMT"; /* "GMT" */ variable
952 newtzname[0] = (char *)_tz_gmt;
985 entry->default_tzname0 = _tz_gmt;
1079 newtzname[0] = (char *)_tz_gmt;
2507 if (name == _tz_gmt || name == _tz_spaces) {
2552 tzname[0] = (char *)_tz_gmt;

Completed in 71 milliseconds