Searched defs:tzhead (Results 1 – 7 of 7) sorted by relevance
37 struct tzhead { struct38 char tzh_magic[4]; /* TZ_MAGIC */39 char tzh_version[1]; /* '\0' or '2'-'4' as of 2021 */40 char tzh_reserved[15]; /* reserved; must be zero */41 char tzh_ttisutcnt[4]; /* coded number of trans. time flags */42 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */43 char tzh_leapcnt[4]; /* coded number of leap seconds */44 char tzh_timecnt[4]; /* coded number of transition times */45 char tzh_typecnt[4]; /* coded number of local time types */46 char tzh_charcnt[4]; /* coded number of abbr. chars */
375 struct tzhead tzhead; member
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
335 struct tzhead tzhead; in tzload() member