Searched refs:gTimeZone (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A DMacOSStubs.c41 * gTimeZone should only be used for HFS volumes!
44 struct timezone gTimeZone = {8*60,1}; variable in typeref:struct:timezone
70 gtime += (gTimeZone.tz_minuteswest * 60);
75 * if (gTimeZone.tz_dsttime)
91 ltime -= (gTimeZone.tz_minuteswest * 60);
96 * if (gTimeZone.tz_dsttime)
H A Dhfs.h103 extern struct timezone gTimeZone;
H A Dhfs_cnode.c1959 if ((hfsmp->hfs_flags & HFS_STANDARD) && gTimeZone.tz_dsttime) {
H A Dhfs_vfsops.c661 gTimeZone = args->hfs_timezone;
1546 gTimeZone = args->hfs_timezone;
H A Dhfs_vnops.c6198 if ((hfsmp->hfs_flags & HFS_STANDARD) && gTimeZone.tz_dsttime) {

Completed in 56 milliseconds