Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Dtzfile.h98 struct tzhead { struct
99 char tzh_magic[4]; /* TZ_MAGIC */
100 char tzh_reserved[16]; /* reserved for future use */
101 char tzh_ttisgmtcnt[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 */
/titanic_44/usr/src/uts/common/sys/
H A Dtzfile.h53 struct tzhead { struct
54 char tzh_reserved[24]; /* reserved for future use */
55 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
56 char tzh_leapcnt[4]; /* coded number of leap seconds */
57 char tzh_timecnt[4]; /* coded number of transition times */
58 char tzh_typecnt[4]; /* coded number of local time types */
59 char tzh_charcnt[4]; /* coded number of abbr. chars */