Lines Matching full:time
11 ** This header is for use ONLY with the time conversion code.
19 ** Information about time zone files.
23 #define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
44 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
45 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
48 char tzh_typecnt[4]; /* coded number of local time types */
55 ** tzh_timecnt (char [4])s coded transition times a la time(2)
56 ** tzh_timecnt (unsigned char)s types of local time starting at above
66 ** time is standard time, if FALSE,
67 ** transition time is wall clock time
69 ** assumed to be wall clock time
71 ** time is UTC, if FALSE,
72 ** transition time is local time
74 ** assumed to be local time
80 ** time uses 8 rather than 4 chars,
82 ** instants after the last transition time stored in the file
105 #define TZ_MAX_TYPES 20 /* Maximum number of local time types */