Lines Matching refs:detzcode
173 static long detzcode(const char * codep);
274 detzcode(const char *const codep) in detzcode() function
451 ttisstdcnt = (int) detzcode(u->tzhead.tzh_ttisstdcnt);
452 ttisgmtcnt = (int) detzcode(u->tzhead.tzh_ttisgmtcnt);
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);
508 lsisp->ls_corr = detzcode(p);