Searched refs:timezone (Results 1 – 12 of 12) sorted by relevance
| /xnu-8796.121.2/tests/ |
| H A D | gettimeofday.c | 9 extern int __gettimeofday(struct timeval *, struct timezone *); 31 extern int __gettimeofday_with_mach(struct timeval *, struct timezone *, uint64_t *mach_time);
|
| H A D | gettimeofday_29192647.c | 24 extern int __gettimeofday(struct timeval *, struct timezone *);
|
| H A D | time.c | 16 struct timezone origtz = {};
|
| H A D | mach_continuous_time.c | 238 struct timezone saved_tz; 265 struct timezone saved_tz;
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | timeb.h | 85 short timezone; /* [XSI] Minutes west of CUT */ member
|
| H A D | time.h | 152 struct timezone { struct 248 int settimeofday(const struct timeval *, const struct timezone *);
|
| H A D | kernel.h | 97 extern struct timezone tz; /* XXX */
|
| /xnu-8796.121.2/tools/tests/kernpost_test_report/ |
| H A D | kernpost_test_report.lua | 56 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 D | param.c | 81 struct timezone tz = { .tz_minuteswest = 0, .tz_dsttime = 0 };
|
| /xnu-8796.121.2/libsyscall/wrappers/ |
| H A D | mach_get_times.c | 36 extern int __gettimeofday_with_mach(struct timeval *, struct timezone *, uint64_t *);
|
| H A D | utimensat.c | 32 extern int __gettimeofday(struct timeval *, struct timezone *);
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | kern_time.c | 123 struct timezone ltz; /* local copy */ in gettimeofday() 173 struct timezone atz; in settimeofday()
|