Home | History | Annotate | Download | only in tzcode

Lines Matching defs:tzhead

353         struct tzhead   tzhead;
354 char buf[2 * sizeof(struct tzhead) +
384 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
385 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
386 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
387 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
388 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
389 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt);
390 p = up->tzhead.tzh_charcnt + sizeof up->tzhead.tzh_charcnt;
511 if (up->tzhead.tzh_version[0] == '\0')