Home | History | Annotate | Download | only in tzcode

Lines Matching refs:tzhead

347 		struct tzhead	tzhead;
348 char buf[2 * sizeof(struct tzhead) +
396 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
397 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
398 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
399 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
400 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
401 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
402 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt;
512 if (u.tzhead.tzh_version[0] == '\0')