Searched refs:__tzname_std (Results 1 – 1 of 1) sorted by relevance
112 static char __tzname_std[TZNAME_MAX + 2]; variable155 if (sscanf (tzenv, "%11[-+0-9A-Za-z]%n", __tzname_std, &n) <= 0 in _tzset_unlocked()164 if (sscanf (tzenv, "%11[A-Za-z]%n", __tzname_std, &n) <= 0 in _tzset_unlocked()197 tzname[0] = __tzname_std; in _tzset_unlocked()215 tzname[0] = __tzname_std; in _tzset_unlocked()333 tzname[0] = __tzname_std; in _tzset_unlocked()