Home | History | Annotate | Download | only in tzcode

Lines Matching full:time

11 ** This header is for use ONLY with the time conversion code.
29 ** Information about time zone files.
33 #define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
54 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
55 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
58 char tzh_typecnt[4]; /* coded number of local time types */
65 ** tzh_timecnt (char [4])s coded transition times a la time(2)
66 ** tzh_timecnt (unsigned char)s types of local time starting at above
76 ** time is standard time, if FALSE,
77 ** transition time is wall clock time
79 ** assumed to be wall clock time
81 ** time is UTC, if FALSE,
82 ** transition time is local time
84 ** assumed to be local time
90 ** time uses 8 rather than 4 chars,
92 ** instants after the last transition time stored in the file
115 #define TZ_MAX_TYPES 20 /* Maximum number of local time types */