Searched refs:detzcode (Results 1 – 1 of 1) sorted by relevance
208 static long detzcode P((const char * codep));299 detzcode(codep) in detzcode() function524 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);525 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);526 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);527 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);528 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);529 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);549 detzcode(p) : detzcode64(p);561 ttisp->tt_gmtoff = detzcode(p);[all …]