Lines Matching refs:tzhead
415 struct tzhead tzhead;
416 char buf[2 * sizeof(struct tzhead) +
516 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
517 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
518 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
519 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
520 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
521 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
522 tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt;
632 if (u.tzhead.tzh_version[0] == '\0')