Searched refs:tzhead (Results 1 – 3 of 3) sorted by relevance
29 struct tzhead { struct
862 struct tzhead tzhead; member866 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)916 register int tzheadsize = sizeof(struct tzhead); in tzloadbody()1052 char version = up->tzhead.tzh_version[0]; in tzloadbody()1056 ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt), in tzloadbody()1057 ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt), in tzloadbody()1058 leapcnt = detzcode(up->tzhead.tzh_leapcnt), in tzloadbody()1059 timecnt = detzcode(up->tzhead.tzh_timecnt), in tzloadbody()1060 typecnt = detzcode(up->tzhead.tzh_typecnt), in tzloadbody()1061 charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
2807 struct tzhead tzh; in writezone()