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() function463 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);465 sp->leapcnt = (int) detzcode(u->tzhead.tzh_leapcnt);466 sp->timecnt = (int) detzcode(u->tzhead.tzh_timecnt);467 sp->typecnt = (int) detzcode(u->tzhead.tzh_typecnt);468 sp->charcnt = (int) detzcode(u->tzhead.tzh_charcnt);488 detzcode(p) : detzcode64(p);500 ttisp->tt_gmtoff = detzcode(p);518 detzcode(p) : detzcode64(p);[all …]
4977 one-line fix for sign extension problems in detzcode