Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dlocaltime.c259 detzcode(const char *const codep) in detzcode() function
538 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
539 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()
542 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
543 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
544 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
545 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
585 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
616 ttisp->tt_utoff = detzcode(p); in tzloadbody()
636 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
[all …]
H A DNEWS6097 one-line fix for sign extension problems in detzcode
/freebsd-14.2/contrib/tzdata/
H A DNEWS6200 one-line fix for sign extension problems in detzcode