Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c368 detzcode(const char *const codep) in detzcode() function
740 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
741 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()
744 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
745 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
746 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
747 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
787 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
818 ttisp->tt_utoff = detzcode(p); in tzloadbody()
838 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
[all …]
H A DNEWS6200 one-line fix for sign extension problems in detzcode
/freebsd/contrib/tzdata/
H A DNEWS6335 one-line fix for sign extension problems in detzcode