Searched defs:tzhead (Results 1 – 2 of 2) sorted by relevance
98 struct tzhead { struct99 char tzh_magic[4]; /* TZ_MAGIC */100 char tzh_reserved[16]; /* reserved for future use */101 char tzh_ttisgmtcnt[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 */
53 struct tzhead { struct54 char tzh_reserved[24]; /* reserved for future use */55 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */56 char tzh_leapcnt[4]; /* coded number of leap seconds */57 char tzh_timecnt[4]; /* coded number of transition times */58 char tzh_typecnt[4]; /* coded number of local time types */59 char tzh_charcnt[4]; /* coded number of abbr. chars */