Home
last modified time | relevance | path

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

/glibc-2.36/time/
Dtzfile.c54 static unsigned char *type_idxs; variable
286 type_idxs = alloc_buffer_alloc_array (&buf, unsigned char, num_transitions); in __tzfile_read()
300 || __glibc_unlikely (__fread_unlocked (type_idxs, 1, num_transitions, f) in __tzfile_read()
307 if (__glibc_unlikely (type_idxs[i] >= num_types)) in __tzfile_read()
418 int type = type_idxs[--i]; in __tzfile_read()
451 if (!stdoff_set && !types[type_idxs[i]].isdst) in __tzfile_read()
454 rule_stdoff = types[type_idxs[i]].offset; in __tzfile_read()
456 else if (!dstoff_set && types[type_idxs[i]].isdst) in __tzfile_read()
459 rule_dstoff = types[type_idxs[i]].offset; in __tzfile_read()
523 struct ttinfo *trans_type = &types[type_idxs[i]]; in __tzfile_default()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.21713 Set INFO from types[I], not types[type_idxs[I]].
DChangeLog.1011429 * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps):