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

/macosx-10.5.8/xnu-1228.15.4/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.h173 struct timezone { struct
261 int settimeofday(const struct timeval *, const struct timezone *);
/macosx-10.5.8/xnu-1228.15.4/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.h88 extern struct timezone gTimeZone;
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c85 struct timezone tz = { TIMEZONE, PST };
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c91 /* simple lock used to access timezone, tz structure */
119 struct timezone ltz; /* local copy */
143 struct timezone atz;
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3442 struct timezone my_tz;

Completed in 95 milliseconds