Home | History | Annotate | Download | only in libcutils

Lines Matching refs:tzhead

365 		struct tzhead	tzhead;
366 char buf[2 * sizeof(struct tzhead) +
450 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
451 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
452 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
453 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
454 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
455 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
456 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt;
566 if (u.tzhead.tzh_version[0] == '\0')