Lines Matching refs:detzcode
259 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()
637 int_fast32_t corr = detzcode(p + stored); in tzloadbody()