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)926 register int tzheadsize = sizeof(struct tzhead); in tzloadbody()1071 char version = up->tzhead.tzh_version[0]; in tzloadbody()1075 ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt), in tzloadbody()1076 ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt), in tzloadbody()1077 leapcnt = detzcode(up->tzhead.tzh_leapcnt), in tzloadbody()1078 timecnt = detzcode(up->tzhead.tzh_timecnt), in tzloadbody()1079 typecnt = detzcode(up->tzhead.tzh_typecnt), in tzloadbody()1080 charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
2819 struct tzhead tzh; in writezone()