Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdtime/
H A Dtzfile.h42 struct tzhead { struct
43 char tzh_magic[4]; /* TZ_MAGIC */
44 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */
45 char tzh_reserved[15]; /* reserved--must be zero */
46 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
47 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
48 char tzh_leapcnt[4]; /* coded number of leap seconds */
49 char tzh_timecnt[4]; /* coded number of transition times */
50 char tzh_typecnt[4]; /* coded number of local time types */
51 char tzh_charcnt[4]; /* coded number of abbr. chars */
H A Dlocaltime.c327 struct tzhead tzhead; in tzload() member