Home
last modified time | relevance | path

Searched refs:tzhead (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tzcode/
H A Dtzfile.h29 struct tzhead { struct
H A Dlocaltime.c862 struct tzhead tzhead; member
866 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()
H A Dzic.c2807 struct tzhead tzh; in writezone()