Home
last modified time | relevance | path

Searched defs:tzhead (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dtzfile.h97 struct tzhead { struct
98 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 */
/illumos-gate/usr/src/uts/common/sys/
H A Dtzfile.h51 struct tzhead { struct
52 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 */