Searched defs:tzhp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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;
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1432 struct tzhead *tzhp; local
1494 cp += (sizeof (tzhp->tzh_magic)) + (sizeof (tzhp->tzh_reserved));

Completed in 65 milliseconds