Searched refs:tzhead (Results 1 – 3 of 3) sorted by relevance
333 struct tzhead tzhead; in tzload() member334 char buf[2 * sizeof(struct tzhead) + in tzload()394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); in tzload()395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); in tzload()396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()397 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt); in tzload()398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()399 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt); in tzload()400 p = up->tzhead.tzh_charcnt + sizeof up->tzhead.tzh_charcnt; in tzload()504 if (up->tzhead.tzh_version[0] == '\0') in tzload()
40 struct tzhead { struct
1606 static const struct tzhead tzh0; in writezone()1607 static struct tzhead tzh; in writezone()