Searched refs:tzhp (Results 1 – 2 of 2) sorted by relevance
350 register const struct tzhead * tzhp; local356 if (close(fid) != 0 || i < sizeof *tzhp)358 tzhp = (struct tzhead *) buf;359 ttisstdcnt = (int) detzcode(tzhp->tzh_ttisstdcnt);360 leapcnt = (int) detzcode(tzhp->tzh_leapcnt);361 sp->timecnt = (int) detzcode(tzhp->tzh_timecnt);362 sp->typecnt = (int) detzcode(tzhp->tzh_typecnt);363 sp->charcnt = (int) detzcode(tzhp->tzh_charcnt);370 if (i < sizeof *tzhp +379 p = buf + sizeof *tzhp;
1432 struct tzhead *tzhp; in load_zoneinfo() local1494 cp += (sizeof (tzhp->tzh_magic)) + (sizeof (tzhp->tzh_reserved)); in load_zoneinfo()