timezone
extern long timezone;
struct timezone tz;
struct timezone tz;
long timezone = 0;
timezone = 0;
timezone = -(ttisp->tt_gmtoff);
extern int __sys_gettimeofday(struct timeval *, struct timezone *);
int __gettimeofday(struct timeval *, struct timezone *);
__gettimeofday(struct timeval *tv, struct timezone *tz)
__gettimeofday(struct timeval *tv, struct timezone *tz)
struct timezone tz;
tbp->timezone = tz.tz_minuteswest;
extern long timezone;
secondswest = timezone;
struct timezone tz, *stz;
OUT struct timezone *tzp
struct timezone atz;
struct timezone tz;
extern struct timezone tz; /* XXX */
struct timezone * tzp; char tzp_[PAD_(struct timezone *)];
struct timezone * tzp; char tzp_[PAD_(struct timezone *)];
int settimeofday(const struct timeval *, const struct timezone *);
int gettimeofday(struct timeval * __restrict, struct timezone * __restrict);
short timezone; /* minutes west of CUT */
struct timezone tz;
(void) gettimeofday(&timeval, (struct timezone *)0);
(void) gettimeofday(&starttime, (struct timezone *)0);
struct timezone tz;
int tzmin = timezone / 60;