Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 12 of 12) sorted by relevance

/xnu-8796.121.2/tests/
H A Dgettimeofday.c9 extern int __gettimeofday(struct timeval *, struct timezone *);
31 extern int __gettimeofday_with_mach(struct timeval *, struct timezone *, uint64_t *mach_time);
H A Dgettimeofday_29192647.c24 extern int __gettimeofday(struct timeval *, struct timezone *);
H A Dtime.c16 struct timezone origtz = {};
H A Dmach_continuous_time.c238 struct timezone saved_tz;
265 struct timezone saved_tz;
/xnu-8796.121.2/bsd/sys/
H A Dtimeb.h85 short timezone; /* [XSI] Minutes west of CUT */ member
H A Dtime.h152 struct timezone { struct
248 int settimeofday(const struct timeval *, const struct timezone *);
H A Dkernel.h97 extern struct timezone tz; /* XXX */
/xnu-8796.121.2/tools/tests/kernpost_test_report/
H A Dkernpost_test_report.lua56 local timezone = os.difftime(now, os.time(os.date("!*t", now)))
57 local h, m = math.modf(timezone / 3600)
/xnu-8796.121.2/bsd/conf/
H A Dparam.c81 struct timezone tz = { .tz_minuteswest = 0, .tz_dsttime = 0 };
/xnu-8796.121.2/libsyscall/wrappers/
H A Dmach_get_times.c36 extern int __gettimeofday_with_mach(struct timeval *, struct timezone *, uint64_t *);
H A Dutimensat.c32 extern int __gettimeofday(struct timeval *, struct timezone *);
/xnu-8796.121.2/bsd/kern/
H A Dkern_time.c123 struct timezone ltz; /* local copy */ in gettimeofday()
173 struct timezone atz; in settimeofday()