Home
last modified time | relevance | path

Searched refs:tzhp (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c350 register const struct tzhead * tzhp; local
356 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;
/titanic_44/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1432 struct tzhead *tzhp; in load_zoneinfo() local
1494 cp += (sizeof (tzhp->tzh_magic)) + (sizeof (tzhp->tzh_reserved)); in load_zoneinfo()