Searched refs:TZNAME_MAX (Results 1 – 1 of 1) sorted by relevance
111 #define TZNAME_MAX 10 /* POSIX max TZ abbr size local def */ macro113 static char __tzname_std[TZNAME_MAX + 2];114 static char __tzname_dst[TZNAME_MAX + 2];157 || n < TZNAME_MIN || TZNAME_MAX < n || '>' != tzenv[n]) in _tzset_unlocked()166 || n < TZNAME_MIN || TZNAME_MAX < n) in _tzset_unlocked()204 else if (n < TZNAME_MIN || TZNAME_MAX < n || '>' != tzenv[n]) in _tzset_unlocked()222 else if (n < TZNAME_MIN || TZNAME_MAX < n) in _tzset_unlocked()