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.h96 struct tzhead { struct
97 char tzh_magic[4]; /* TZ_MAGIC */
98 char tzh_reserved[16]; /* reserved for future use */
99 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
100 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
101 char tzh_leapcnt[4]; /* coded number of leap seconds */
102 char tzh_timecnt[4]; /* coded number of transition times */
103 char tzh_typecnt[4]; /* coded number of local time types */
104 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 */