Searched refs:tm_gmtoff (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/contrib/tzcode/
H A Dtzconfig.h4 #define TM_GMTOFF tm_gmtoff
H A Dprivate.h153 /* Enable tm_gmtoff, tm_zone, and environ on GNUish systems. */
782 # define TM_GMTOFF tm_gmtoff
901 standard doesn't say what to return and when tm_gmtoff can help
/freebsd-current/libexec/bootpd/
H A Dtzone.c43 secondswest = -tm->tm_gmtoff;
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.c199 if (tm->tm_gmtoff < 0)
204 str[9] = (u_char)(labs(tm->tm_gmtoff) / 3600);
205 str[10] = (u_char)((labs(tm->tm_gmtoff) % 3600) / 60);
/freebsd-current/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c188 tm.tm_gmtoff = -1;
206 ATF_REQUIRE_MSG(tm.tm_gmtoff == value,
208 "expected: tm.tm_gmtoff=%ld, got: tm.tm_gmtoff=%ld",
209 name, fmt, value, tm.tm_gmtoff);
210 printf("%s %s %ld\n", name, fmt, tm.tm_gmtoff);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_pcf.c171 if ((tm.tm_isdst > 0 && tm.tm_gmtoff != 7200)
172 || (tm.tm_isdst == 0 && tm.tm_gmtoff != 3600)
/freebsd-current/usr.sbin/cron/cron/
H A Dcron.c236 && tm->tm_gmtoff != lasttm.tm_gmtoff ) {
238 diff = tm->tm_gmtoff - lasttm.tm_gmtoff;
280 time_t difftime = TargetTime + tm->tm_gmtoff - diff;
/freebsd-current/lib/libc/gen/
H A Dsyslog.c177 if (tm.tm_gmtoff < 0) {
179 tz_offset = -tm.tm_gmtoff;
182 tz_offset = tm.tm_gmtoff;
/freebsd-current/usr.bin/calendar/
H A Dcalendar.c157 utcoffset = tm.tm_gmtoff;
/freebsd-current/include/
H A Dtime.h108 long tm_gmtoff; /* offset from UTC in seconds */ member in struct:tm
/freebsd-current/sbin/adjkerntz/
H A Dadjkerntz.c197 offset = -local.tm_gmtoff;
249 offset = -local.tm_gmtoff;
/freebsd-current/usr.sbin/newsyslog/
H A Dptimes.c532 if (tm.tm_gmtoff < 0) {
534 tz_offset = -tm.tm_gmtoff;
537 tz_offset = tm.tm_gmtoff;
/freebsd-current/contrib/file/src/
H A Dcdf_time.c131 tm.tm_gmtoff = 0;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrftime.c348 (long)tm->tm_gmtoff
/freebsd-current/usr.sbin/ndp/
H A Dndp.c191 assert(tm->tm_gmtoff > INT32_MIN && tm->tm_gmtoff < INT32_MAX);
193 return (tm->tm_gmtoff);
/freebsd-current/lib/libc/stdtime/
H A Dstrftime.c305 mkt = timeoff(&tm, t->tm_gmtoff);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h224 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_freebsd.cpp497 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
H A Dsanitizer_platform_limits_posix.h424 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_netbsd.h229 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_posix.cpp1185 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
/freebsd-current/usr.sbin/fifolog/lib/
H A Dgetdate.y836 yyTimezone = tm->tm_gmtoff;
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c1245 diff = tp->tm_gmtoff;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1238 tm_epoch.tm_gmtoff = 0;
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1096 timestamp_remote.tm.tm_gmtoff =

Completed in 373 milliseconds

12