Home
last modified time | relevance | path

Searched defs:tzhead (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tzcode/
H A Dtzfile.h39 struct tzhead { struct
40 char tzh_magic[4]; /* TZ_MAGIC */
41 char tzh_version[1]; /* '\0' or '2'-'4' as of 2021 */
42 char tzh_reserved[15]; /* reserved; must be zero */
43 char tzh_ttisutcnt[4]; /* coded number of trans. time flags */
44 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
45 char tzh_leapcnt[4]; /* coded number of leap seconds */
46 char tzh_timecnt[4]; /* coded number of transition times */
47 char tzh_typecnt[4]; /* coded number of local time types */
48 char tzh_charcnt[4]; /* coded number of abbr. chars */
H A Dlocaltime.c444 struct tzhead tzhead; member