Home
last modified time | relevance | path

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

/glibc-2.36/time/
Dtzfile.c104 size_t num_isstd, num_isgmt; in __tzfile_read() local
192 num_isgmt = (size_t) decode (tzhead.tzh_ttisutcnt); in __tzfile_read()
194 if (__glibc_unlikely (num_isstd > num_types || num_isgmt > num_types)) in __tzfile_read()
208 + num_isgmt); in __tzfile_read()
236 if (__glibc_unlikely (tzspec_len == 0 || tzspec_len - 1 < num_isgmt)) in __tzfile_read()
238 tzspec_len -= num_isgmt + 1; in __tzfile_read()
377 for (i = 0; i < num_isgmt; ++i) in __tzfile_read()