Searched refs:tzhead (Results 1 – 3 of 3) sorted by relevance
565 struct tzhead tzhead; member569 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)613 register size_t tzheadsize = sizeof(struct tzhead); in tzloadbody()688 char version = up->tzhead.tzh_version[0]; in tzloadbody()691 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()692 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()695 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()696 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()697 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()698 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
2547 struct tzhead tzh; in writezone()
44 struct tzhead { struct