Searched defs:tzhead (Results 1 – 2 of 2) sorted by relevance
97 struct tzhead { struct98 char tzh_magic[4]; /* TZ_MAGIC */99 char tzh_version[1]; /* '\0' or '2'-'4' as of 2021 */100 char tzh_reserved[15]; /* reserved; must be zero */101 char tzh_ttisutcnt[4]; /* coded number of trans. time flags */102 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */103 char tzh_leapcnt[4]; /* coded number of leap seconds */104 char tzh_timecnt[4]; /* coded number of transition times */105 char tzh_typecnt[4]; /* coded number of local time types */106 char tzh_charcnt[4]; /* coded number of abbr. chars */
51 struct tzhead { struct52 char tzh_reserved[24]; /* reserved for future use */53 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */54 char tzh_leapcnt[4]; /* coded number of leap seconds */55 char tzh_timecnt[4]; /* coded number of transition times */56 char tzh_typecnt[4]; /* coded number of local time types */57 char tzh_charcnt[4]; /* coded number of abbr. chars */