Searched refs:detzcode (Results 1 – 1 of 1) sorted by relevance
218 detzcode(const char *const codep) in detzcode() function440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt); in tzloadbody()442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()445 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()475 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()506 ttisp->tt_gmtoff = detzcode(p); in tzloadbody()524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()[all …]