Home | History | Annotate | Download | only in Time

Lines Matching refs:tzhead

365     struct tzhead * tzhp;

367 struct tzhead tzhead;
376 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
377 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
378 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
379 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
380 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
381 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
382 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt;