taglinefilesource code
timezone18fs/affs/amigaffs.cextern struct timezone sys_tz;
timezone32fs/affs/inode.cextern struct timezone sys_tz;
timezone232fs/fat/misc.cextern struct timezone sys_tz;
timezone323fs/hpfs/hpfs_fs.cextern struct timezone sys_tz;
timezone1160fs/ncpfs/dir.cextern struct timezone sys_tz;
timezone166fs/smbfs/proc.cextern struct timezone sys_tz;
timezone35kernel/time.cstruct timezone sys_tz = { 0, 0};
timezone87kernel/time.casmlinkage int sys_gettimeofday(struct timeval *tv, struct timezone *tz)
timezone141kernel/time.casmlinkage int sys_settimeofday(struct timeval *tv, struct timezone *tz)
timezone145kernel/time.cstruct timezone new_tz;