Symbol: gmtoff
lib/libc/time/zdump.c
810
long off = gmtoff(tmp, NULL, gmtmp);
lib/libc/time/zdump.c
935
long off = gmtoff(tm, &t, NULL);
sbin/mount_msdos/mount_msdos.c
137
args->gmtoff = atoi(optarg);
sbin/mount_msdos/mount_msdos.c
183
args->gmtoff = tm->tm_gmtoff;
sbin/mount_msdos/mount_msdos.c
208
args.gmtoff, buf);
sbin/mount_nilfs/mount_nilfs.c
127
args->gmtoff = a_num(optarg, "gmtoff");
sbin/mount_nilfs/mount_nilfs.c
143
args->gmtoff = tm->tm_gmtoff;
sbin/mount_nilfs/mount_nilfs.c
173
args.gmtoff, args.cpno, buf);
sbin/mount_udf/mount_udf.c
150
args->gmtoff = a_num(optarg, "gmtoff");
sbin/mount_udf/mount_udf.c
166
args->gmtoff = tm->tm_gmtoff;
sbin/mount_udf/mount_udf.c
201
args.gmtoff, args.sessionnr, buf);
sbin/newfs_udf/newfs_udf.c
175
context.gmtoff = tm->tm_gmtoff;
sbin/newfs_udf/newfs_udf.c
243
context.gmtoff = a_num(optarg, "gmtoff");
sbin/newfs_udf/udf_core.c
116
context.gmtoff = 0;
sbin/newfs_udf/udf_core.h
166
int gmtoff; /* in minutes */
sys/compat/netbsd32/netbsd32.h
1162
int gmtoff; /* v3: offset from UTC in seconds */
sys/compat/netbsd32/netbsd32.h
1171
int32_t gmtoff; /* offset from UTC in seconds */
sys/compat/netbsd32/netbsd32_fs.c
1084
fs_args32.udf_args.gmtoff =
sys/compat/netbsd32/netbsd32_fs.c
1085
fs_args.udf_args.gmtoff;
sys/compat/netbsd32/netbsd32_fs.c
925
fs_args.msdosfs_args.gmtoff =
sys/compat/netbsd32/netbsd32_fs.c
926
fs_args32.msdosfs_args.gmtoff;
sys/compat/netbsd32/netbsd32_fs.c
947
fs_args.udf_args.gmtoff =
sys/compat/netbsd32/netbsd32_fs.c
948
fs_args32.udf_args.gmtoff;
sys/fs/msdosfs/denode.h
261
#define DETIMES(dep, acc, mod, cre, gmtoff) \
sys/fs/msdosfs/denode.h
263
msdosfs_detimes(dep, acc, mod, cre, gmtoff)
sys/fs/msdosfs/direntry.h
131
void msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
sys/fs/msdosfs/direntry.h
134
int gmtoff, struct timespec *tsp);
sys/fs/msdosfs/msdosfs_conv.c
120
msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
sys/fs/msdosfs/msdosfs_conv.c
126
t = tsp->tv_sec + gmtoff; /* time zone correction */
sys/fs/msdosfs/msdosfs_conv.c
174
msdosfs_dos2unixtime(u_int dd, u_int dt, u_int dh, int gmtoff,
sys/fs/msdosfs/msdosfs_conv.c
200
tsp->tv_sec -= gmtoff; /* time zone correction */
sys/fs/msdosfs/msdosfs_vfsops.c
192
pmp->pm_gmtoff = argp->gmtoff;
sys/fs/msdosfs/msdosfs_vfsops.c
303
args->gmtoff = pmp->pm_gmtoff;
sys/fs/msdosfs/msdosfs_vfsops.c
321
args->gmtoff = 0;
sys/fs/msdosfs/msdosfs_vnops.c
1430
const struct timespec *mod, const struct timespec *cre, int gmtoff)
sys/fs/msdosfs/msdosfs_vnops.c
1442
msdosfs_unix2dostime(mod, gmtoff, &dep->de_MDate,
sys/fs/msdosfs/msdosfs_vnops.c
1451
msdosfs_unix2dostime(acc, gmtoff, &dep->de_ADate,
sys/fs/msdosfs/msdosfs_vnops.c
1458
msdosfs_unix2dostime(cre, gmtoff, &dep->de_CDate,
sys/fs/msdosfs/msdosfsmount.h
69
int gmtoff; /* v3: offset from UTC in seconds */
sys/fs/nilfs/nilfs_mount.h
43
int32_t gmtoff; /* offset from UTC in seconds */
sys/fs/udf/udf_mount.h
43
int32_t gmtoff; /* offset from UTC in seconds */
sys/fs/udf/udf_subr.c
4323
secs -= ump->mount_args.gmtoff;
usr.bin/mail/format.c
477
const char *gmtoff;
usr.bin/mail/format.c
518
return zp->gmtoff;
usr.bin/mail/format.c
701
const char *gmtoff;
usr.bin/mail/format.c
733
(gmtoff = date_to_tm(date, tm)) != NULL) {
usr.bin/mail/format.c
752
if (strcmp(gmtoff, "-0000") != 0 &&
usr.bin/mail/format.c
753
sscanf(gmtoff, " %1[+-]%2d%2d ", sign, &hour, &min) == 3) {
usr.sbin/makefs/udf.c
123
OPT_NUM('t', "tz", gmtoff, -24, 24, "timezone"),
usr.sbin/makefs/udf.c
166
context.gmtoff = tm.tm_gmtoff;
usr.sbin/makefs/udf.c
169
context.gmtoff = 0;