Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dctime.c283 register const struct tzhead * tzhp; local
284 char buf[sizeof *sp + sizeof *tzhp];
288 if (close(fid) != 0 || i < sizeof *tzhp)
290 tzhp = (struct tzhead *) buf;
291 ttisstdcnt = (int) detzcode(tzhp->tzh_ttisstdcnt);
292 sp->leapcnt = (int) detzcode(tzhp->tzh_leapcnt);
293 sp->timecnt = (int) detzcode(tzhp->tzh_timecnt);
294 sp->typecnt = (int) detzcode(tzhp->tzh_typecnt);
295 sp->charcnt = (int) detzcode(tzhp->tzh_charcnt);
302 if (i < sizeof *tzhp +
[all …]