Searched defs:tzhead (Results 1 – 8 of 8) sorted by relevance
44 struct tzhead { struct45 char tzh_magic[4]; /* TZ_MAGIC */46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */47 char tzh_reserved[15]; /* reserved; must be zero */48 char tzh_ttisutcnt[4]; /* coded number of trans. time flags */49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */50 char tzh_leapcnt[4]; /* coded number of leap seconds */51 char tzh_timecnt[4]; /* coded number of transition times */52 char tzh_typecnt[4]; /* coded number of local time types */53 char tzh_charcnt[4]; /* coded number of abbr. chars */
40 struct tzhead { struct41 char tzh_magic[4]; /* TZ_MAGIC */42 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */43 char tzh_reserved[15]; /* reserved--must be zero */44 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */45 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */46 char tzh_leapcnt[4]; /* coded number of leap seconds */47 char tzh_timecnt[4]; /* coded number of transition times */48 char tzh_typecnt[4]; /* coded number of local time types */49 char tzh_charcnt[4]; /* coded number of abbr. chars */
333 struct tzhead tzhead; in tzload() member