Searched refs:gmtoff (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.c61 int gmtoff; local
85 gmtoff = (lt->tm_hour - gmt.tm_hour) * HOUR_MIN + lt->tm_min - gmt.tm_min;
87 gmtoff -= DAY_MIN;
89 gmtoff += DAY_MIN;
91 gmtoff -= DAY_MIN;
93 gmtoff += DAY_MIN;
95 gmtoff -= 1;
97 gmtoff += 1;
117 if (gmtoff < -DAY_MIN || gmtoff > DAY_MI
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs_mount.h50 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:nilfs_args
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_mount.h50 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:udf_args
H A Dudf_subr.c4278 secs -= ump->mount_args.gmtoff;
/netbsd-6-1-5-RELEASE/sbin/mount_nilfs/
H A Dmount_nilfs.c88 "[-t gmtoff] special node\n", getprogname());
135 args->gmtoff = a_num(optarg, "gmtoff");
151 args->gmtoff = tm->tm_gmtoff;
181 args.gmtoff, args.cpno, buf);
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Ddirentry.h124 void unix2dostime(const struct timespec *tsp, int gmtoff, u_int16_t *ddp,
126 void dos2unixtime(u_int dd, u_int dt, u_int dh, int gmtoff,
H A Ddenode.h239 #define DETIMES(dep, acc, mod, cre, gmtoff) \
241 msdosfs_detimes(dep, acc, mod, cre, gmtoff)
H A Dmsdosfs_conv.c99 unix2dostime(const struct timespec *tsp, int gmtoff, u_int16_t *ddp, u_int16_t *dtp, u_int8_t *dhp) argument
112 t = tsp->tv_sec + gmtoff; /* time zone correction */
175 dos2unixtime(u_int dd, u_int dt, u_int dh, int gmtoff, struct timespec *tsp) argument
222 tsp->tv_sec -= gmtoff; /* time zone correction */
H A Dmsdosfsmount.h68 int gmtoff; /* v3: offset from UTC in seconds */ member in struct:msdosfs_args
H A Dmsdosfs_vfsops.c200 pmp->pm_gmtoff = argp->gmtoff;
312 args->gmtoff = pmp->pm_gmtoff;
330 args->gmtoff = 0;
H A Dmsdosfs_vnops.c1828 const struct timespec *mod, const struct timespec *cre, int gmtoff)
1840 unix2dostime(mod, gmtoff, &dep->de_MDate, &dep->de_MTime, NULL);
1848 unix2dostime(acc, gmtoff, &dep->de_ADate, NULL, NULL);
1854 unix2dostime(cre, gmtoff, &dep->de_CDate,
1827 msdosfs_detimes(struct denode *dep, const struct timespec *acc, const struct timespec *mod, const struct timespec *cre, int gmtoff) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dte-vms.c254 long long gmtoff, secs, nsecs; local
267 gmtoff = ts->tm_gmtoff;
273 gmtoff = - (timezone - 3600);
275 gmtoff = - timezone;
294 *cdt = ((secs + gmtoff) * VMS_GRANULARITY_FACTOR)
/netbsd-6-1-5-RELEASE/sbin/mount_udf/
H A Dmount_udf.c88 "[-t gmtoff] [-u uid] special node\n", getprogname());
156 args->gmtoff = a_num(optarg, "gmtoff");
172 args->gmtoff = tm->tm_gmtoff;
207 args.gmtoff, args.sessionnr, buf);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dops_udf.c222 udf_args.gmtoff = 0;
224 udf_args.gmtoff = a_num(str, MNTTAB_OPT_GMTOFF);
/netbsd-6-1-5-RELEASE/sbin/mount_msdos/
H A Dmount_msdos.c134 args->gmtoff = atoi(optarg);
180 args->gmtoff = tm->tm_gmtoff;
215 "[-o options]\n\t[-t gmtoff] [-u uid] special mountpath\n",
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dformat.c477 * gmtoff string.
484 const char *gmtoff; member in struct:obs_zone_tbl_s
525 return zp->gmtoff;
531 * Parse the 'Date:" field into a tm structure and return the gmtoff
631 /* what remains should be the gmtoff string */
700 * Note: We return the gmtoff as a string as "-0000" has special
708 const char *gmtoff; local
740 (gmtoff = date_to_tm(date, tm)) != NULL) {
747 * Scan the gmtoff and use it to convert the time to a
759 if (strcmp(gmtoff, "
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dmisc.c570 long gmtoff = get_gmtoff(&t, &tm); local
571 int hours = gmtoff / SECONDS_PER_HOUR;
572 int minutes = (gmtoff - (hours * SECONDS_PER_HOUR)) / SECONDS_PER_MINUTE;
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dudf_create.h133 int gmtoff; /* in minutes */ member in struct:udf_create_context
H A Dnewfs_udf.c1441 "[-t gmtoff] [-v min_udf] [-V max_udf] special\n", getprogname());
1479 context.gmtoff = tm->tm_gmtoff;
1526 context.gmtoff = a_num(optarg, "gmtoff");
H A Dudf_create.c65 context.gmtoff = 0;
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dzic.c121 static int addtype(long gmtoff, const char * abbr, int isdst,
167 long dstoff, long gmtoff);
1880 stringrule(result, rp, dstoff, gmtoff)
1884 const long gmtoff;
1919 tod += gmtoff;
2029 register long gmtoff; local
2129 gmtoff = zp->z_gmtoff;
2171 ** assuming the current gmtoff and
2177 -gmtoff);
2193 offset = rp->r_todisgmt ? 0 : gmtoff;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvmsdbgout.c1455 long gmtoff;
1461 gmtoff = ts->tm_gmtoff;
1467 gmtoff = 0;
1472 cdt = 10000000 * (statbuf.st_ctime + gmtoff + vms_epoch_offset);
1453 long gmtoff; local
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_fs.c876 fs_args.msdosfs_args.gmtoff =
877 fs_args32.msdosfs_args.gmtoff;
H A Dnetbsd32.h952 int gmtoff; /* v3: offset from UTC in seconds */ member in struct:netbsd32_msdosfs_args

Completed in 276 milliseconds