Searched refs:timezone (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkernel.h96 extern struct timezone tz; /* XXX */
H A Dtimeb.h88 short timezone; /* [XSI] Minutes west of CUT */ member in struct:timeb
H A Dtime.h158 struct timezone { struct
246 int settimeofday(const struct timeval *, const struct timezone *);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h60 struct timezone hfs_timezone; /* user time zone info (standard HFS only) */
H A DMacOSStubs.c44 struct timezone gTimeZone = {8*60,1};
H A Dhfs.h106 extern struct timezone gTimeZone;
/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c84 struct timezone tz = { TIMEZONE, PST };
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c93 /* simple lock used to access timezone, tz structure */
121 struct timezone ltz; /* local copy */
151 struct timezone atz;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3540 struct timezone my_tz;

Completed in 44 milliseconds