Searched defs:tzhead (Results 1 – 2 of 2) 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 */
432 struct tzhead tzhead; global() member [all...]