/src/sys/fs/nilfs/ |
nilfs_mount.h | 43 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:nilfs_args
|
nilfs_mount.h | 43 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:nilfs_args
|
/src/sys/fs/udf/ |
udf_mount.h | 43 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:udf_args
|
udf_mount.h | 43 int32_t gmtoff; /* offset from UTC in seconds */ member in struct:udf_args
|
/src/sys/fs/msdosfs/ |
msdosfsmount.h | 69 int gmtoff; /* v3: offset from UTC in seconds */ member in struct:msdosfs_args
|
msdosfsmount.h | 69 int gmtoff; /* v3: offset from UTC in seconds */ member in struct:msdosfs_args
|
/src/usr.bin/mail/ |
format.c | 470 * gmtoff string. 477 const char *gmtoff; member in struct:convert_obs_zone::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 in function:dateof 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...] |
format.c | 470 * gmtoff string. 477 const char *gmtoff; member in struct:convert_obs_zone::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 in function:dateof 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/sbin/newfs_udf/ |
udf_core.h | 166 int gmtoff; /* in minutes */ member in struct:udf_create_context
|
udf_core.h | 166 int gmtoff; /* in minutes */ member in struct:udf_create_context
|
/src/lib/libc/time/ |
zdump.c | 811 gmtoff(struct tm const *a, ATTRIBUTE_MAYBE_UNUSED time_t *t, function in typeref:typename:long 862 long off = gmtoff(tmp, NULL, gmtmp); 865 (void) printf(" gmtoff=%ld", off); 985 long off = gmtoff(tm, &t, NULL);
|
zdump.c | 811 gmtoff(struct tm const *a, ATTRIBUTE_MAYBE_UNUSED time_t *t, function in typeref:typename:long 862 long off = gmtoff(tmp, NULL, gmtmp); 865 (void) printf(" gmtoff=%ld", off); 985 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
|
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
|