Searched refs:detzcode (Results 1 – 2 of 2) sorted by relevance
173 static long detzcode(const char * codep);274 detzcode(const char *const codep) in detzcode() function451 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);453 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);454 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt);455 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);456 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt);476 detzcode(p) : detzcode64(p);488 ttisp->tt_gmtoff = detzcode(p);506 detzcode(p) : detzcode64(p);[all …]
5689 one-line fix for sign extension problems in detzcode