| /src/sys/fs/nilfs/ |
| nilfs_mount.h | 43 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:nilfs_args
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_date.c | 61 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; 122 if (gmtoff < -DAY_MIN || gmtoff > DAY_MIN [all...] |
| /src/sys/fs/udf/ |
| udf_mount.h | 43 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:udf_args
|
| /src/external/bsd/cron/dist/ |
| misc.c | 566 long gmtoff = get_gmtoff(&t, &tm); local 567 int hours = gmtoff / SECONDS_PER_HOUR; 568 int minutes = (gmtoff - (hours * SECONDS_PER_HOUR)) / SECONDS_PER_MINUTE;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| te-vms.c | 279 long long gmtoff, secs, nsecs; local 294 gmtoff = ts->tm_gmtoff; 300 gmtoff = - (timezone - 3600); 302 gmtoff = - timezone; 321 *cdt = ((secs + gmtoff) * VMS_GRANULARITY_FACTOR)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| te-vms.c | 279 long long gmtoff, secs, nsecs; local 294 gmtoff = ts->tm_gmtoff; 300 gmtoff = - (timezone - 3600); 302 gmtoff = - timezone; 321 *cdt = ((secs + gmtoff) * VMS_GRANULARITY_FACTOR)
|
| /src/usr.bin/mail/ |
| format.c | 470 * gmtoff string. 477 const char *gmtoff; member in struct:obs_zone_tbl_s 518 return zp->gmtoff; 524 * Parse the 'Date:" field into a tm structure and return the gmtoff 624 /* what remains should be the gmtoff string */ 693 * Note: We return the gmtoff as a string as "-0000" has special 701 const char *gmtoff; local 733 (gmtoff = date_to_tm(date, tm)) != NULL) { 740 * Scan the gmtoff and use it to convert the time to a 752 if (strcmp(gmtoff, "-0000") != 0 & [all...] |
| /src/sys/fs/msdosfs/ |
| msdosfsmount.h | 69 int gmtoff; /* v3: offset from UTC in seconds */ member in struct:msdosfs_args
|
| /src/sbin/newfs_udf/ |
| udf_core.h | 166 int gmtoff; /* in minutes */ member in struct:udf_create_context
|
| /src/lib/libc/time/ |
| zdump.c | 804 gmtoff(struct tm const *a, ATTRIBUTE_MAYBE_UNUSED time_t *t, function 855 long off = gmtoff(tmp, NULL, gmtmp); 858 (void) printf(" gmtoff=%ld", off); 980 long off = gmtoff(tm, &t, NULL);
|
| /src/sys/compat/netbsd32/ |
| netbsd32.h | 1162 int gmtoff; /* v3: offset from UTC in seconds */ member in struct:netbsd32_msdosfs_args 1171 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:netbsd32_udf_args
|