Home
last modified time | relevance | path

Searched defs:timezone (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtime_gdata.c41 long int timezone = 0; /* XPG4 version 2 */ variable
/illumos-gate/usr/src/uts/common/sys/
H A Dtimeb.h59 short timezone; /* minutes west of CUT */ member
H A Dtime.h86 struct timezone { struct
87 int tz_minuteswest; /* minutes west of Greenwich */
88 int tz_dsttime; /* type of dst correction */
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h40 struct timezone { struct
41 int tz_minuteswest; /* minutes west of Greenwich */
42 int tz_dsttime; /* type of dst correction */
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile471 timezone: timezone.time target
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c677 free_timezones(struct tz_timezone *timezone) in free_timezones()
824 isvalid_tz(char *timezone, char *root, int flag) in isvalid_tz()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y29 short timezone; member