Home | History | Annotate | Download | only in tzcode

Lines Matching full:tzhead

350   struct tzhead tzhead;
353 char buf[2 * sizeof(struct tzhead) + 2 * sizeof (struct state)
388 register int tzheadsize = sizeof (struct tzhead);
440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt);
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt);
445 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt);
455 < (tzheadsize /* struct tzhead */
570 if (up->tzhead.tzh_version[0] == '\0')