Home
last modified time | relevance | path

Searched refs:utoff (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/timezone/
Dzic.c2959 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in addtype() argument
2963 if (! (-1L - 2147483647L <= utoff && utoff <= 2147483647L)) { in addtype()
2978 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i] in addtype()
2991 utoffs[i] = utoff; in addtype()