Searched refs:tzhead (Results 1 – 2 of 2) sorted by relevance
365 struct tzhead * tzhp; in tzload()367 struct tzhead tzhead; in tzload() member376 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()382 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt; in tzload()
51 struct tzhead { struct