| /src/external/bsd/cron/dist/ |
| macros.h | 96 #define get_gmtoff(c, t) ((t)->tm_gmtoff)
|
| /src/tests/lib/libc/time/ |
| t_strptime.c | 171 tm.tm_gmtoff = -1; 187 ATF_CHECK_MSG(tm.tm_gmtoff == value, 189 "expected: tm.tm_gmtoff=%ld, got: tm.tm_gmtoff=%ld", 190 name, fmt, value, tm.tm_gmtoff); 191 printf("%s %s %ld\n", name, fmt, tm.tm_gmtoff); 548 fprintf(stderr, "tm_gmtoff=%ld\n", tm.tm_gmtoff);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_pcf.c | 173 if ((tm.tm_isdst > 0 && tm.tm_gmtoff != 7200) 174 || (tm.tm_isdst == 0 && tm.tm_gmtoff != 3600)
|
| /src/sbin/mount_nilfs/ |
| mount_nilfs.c | 143 args->gmtoff = tm->tm_gmtoff;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/stdc/ |
| time.d | 48 c_long tm_gmtoff; /// offset from CUT in seconds
|
| /src/sbin/mount_msdos/ |
| mount_msdos.c | 183 args->gmtoff = tm->tm_gmtoff;
|
| /src/sbin/mount_udf/ |
| mount_udf.c | 166 args->gmtoff = tm->tm_gmtoff;
|
| /src/external/bsd/file/dist/src/ |
| cdf_time.c | 140 tm.tm_gmtoff = 0;
|
| /src/lib/libc/time/ |
| getdate.c | 100 rtm.tm_gmtoff = 0;
|
| private.h | 9 #define TM_GMTOFF tm_gmtoff 56 /* Enable tm_gmtoff, tm_zone, and environ on GNUish systems. */ 924 guessing if NO_TM_ZONE is defined. Similarly for TM_GMTOFF. */ 930 # if !defined TM_GMTOFF && !defined NO_TM_GMTOFF 931 # define TM_GMTOFF tm_gmtoff 1063 standard doesn't say what to return and when tm_gmtoff can help 1072 && defined TM_GMTOFF && (200809 < _POSIX_VERSION || ! UNINIT_TRAP))
|
| /src/sbin/newfs_udf/ |
| newfs_udf.c | 175 context.gmtoff = tm->tm_gmtoff;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_openbsd.h | 185 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
|
| sanitizer_platform_limits_freebsd.h | 212 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
|
| sanitizer_platform_limits_openbsd.cc | 223 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
| sanitizer_platform_limits_freebsd.cc | 452 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
| sanitizer_platform_limits_posix.h | 417 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strftime.c | 350 (long)tm->tm_gmtoff
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| te-vms.c | 294 gmtoff = ts->tm_gmtoff;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| te-vms.c | 294 gmtoff = ts->tm_gmtoff;
|
| /src/include/ |
| time.h | 85 long tm_gmtoff; /* offset from UTC in seconds */ member in struct:tm
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_freebsd.h | 224 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
|
| sanitizer_platform_limits_freebsd.cpp | 497 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_freebsd.h | 224 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
|
| sanitizer_platform_limits_freebsd.cpp | 485 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
| /src/usr.bin/mail/ |
| format.c | 774 tm->tm_gmtoff = 0;
|