Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dtzfile.h39 struct tzhead { struct
H A Dlocaltime.c444 struct tzhead tzhead; member
448 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)
487 register int tzheadsize = sizeof(struct tzhead); in tzloadbody()
539 char version = up->tzhead.tzh_version[0]; in tzloadbody()
542 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
543 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()
546 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
547 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
548 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
549 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
H A Dzic.c2543 struct tzhead tzh; in writezone()