Lines Matching refs:detzcode
84 detzcode(const char * const codep) in detzcode() function
376 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt); in tzload()
377 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt); in tzload()
378 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt); in tzload()
379 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt); in tzload()
380 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt); in tzload()
381 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt); in tzload()
399 sp->ats[i] = detzcode(p); in tzload()
411 ttisp->tt_gmtoff = detzcode(p); in tzload()
428 lsisp->ls_trans = detzcode(p); in tzload()
430 lsisp->ls_corr = detzcode(p); in tzload()