/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/sbin/mount_nilfs/ |
mount_nilfs.c | 143 args->gmtoff = tm->tm_gmtoff;
|
/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/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. */ 859 guessing if NO_TM_ZONE is defined. Similarly for TM_GMTOFF. */ 865 # if !defined TM_GMTOFF && !defined NO_TM_GMTOFF 866 # define TM_GMTOFF tm_gmtoff 987 standard doesn't say what to return and when tm_gmtoff can help 996 && 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
|
sanitizer_platform_limits_posix.cc | 1104 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
sanitizer_platform_limits_netbsd.h | 236 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
|
sanitizer_platform_limits_netbsd.cc | 2447 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
/src/include/ |
time.h | 85 long tm_gmtoff; /* offset from UTC in seconds */ member in struct:tm
|
/src/usr.bin/mail/ |
format.c | 774 tm->tm_gmtoff = 0;
|
/src/tools/compat/ |
configure.ac | 193 AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, [#include <time.h>])
|
/src/usr.sbin/makefs/ |
udf.c | 166 context.gmtoff = tm.tm_gmtoff;
|
/src/usr.sbin/syslogd/ |
syslogd.c | 1880 parsed.tm_gmtoff = current->tm_gmtoff;
|