Searched defs:timezone (Results 1 – 10 of 10) sorted by relevance
21 struct timezone { struct22 int tz_minuteswest; /* minutes west of Greenwich */23 int tz_dsttime; /* type of dst correction */
43 long int timezone = 0; /* XPG4 version 2 */ variable
59 short timezone; /* minutes west of CUT */ member
80 struct timezone { struct81 int tz_minuteswest; /* minutes west of Greenwich */82 int tz_dsttime; /* type of dst correction */
44 short timezone; member
63 char *timezone(zone, dst) in timezone() function
471 timezone: timezone.time target
679 free_timezones(struct tz_timezone *timezone) in free_timezones()826 isvalid_tz(char *timezone, char *root, int flag) in isvalid_tz()
30 short timezone; member
178 time_t timezone = 0; variable