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

/freebsd-9.3-release/contrib/tzcode/zic/zdump/
H A DMakefile9 CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS
/freebsd-9.3-release/contrib/tzcode/zic/zic/
H A DMakefile9 CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS
/freebsd-9.3-release/libexec/bootpd/
H A Dtzone.c45 secondswest = -tm->tm_gmtoff;
/freebsd-9.3-release/usr.sbin/zic/zdump/
H A DMakefile9 CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS
/freebsd-9.3-release/usr.sbin/zic/zic/
H A DMakefile9 CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.c199 if (tm->tm_gmtoff < 0)
204 str[9] = (u_char)(abs(tm->tm_gmtoff) / 3600);
205 str[10] = (u_char)((abs(tm->tm_gmtoff) % 3600) / 60);
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dcron.c212 && tm->tm_gmtoff != lasttm.tm_gmtoff ) {
214 diff = tm->tm_gmtoff - lasttm.tm_gmtoff;
256 time_t difftime = TargetTime + tm->tm_gmtoff - diff;
/freebsd-9.3-release/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-9.3-release/contrib/tzcode/stdtime/
H A Dprivate.h14 #define TM_GMTOFF tm_gmtoff
/freebsd-9.3-release/include/
H A Dtime.h135 long tm_gmtoff; /* offset from UTC in seconds */ member in struct:tm
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.c156 utcoffset = tm.tm_gmtoff;
/freebsd-9.3-release/contrib/file/src/
H A Dcdf_time.c131 tm.tm_gmtoff = 0;
/freebsd-9.3-release/sbin/adjkerntz/
H A Dadjkerntz.c205 offset = -local.tm_gmtoff;
257 offset = -local.tm_gmtoff;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrftime.c352 (long)tm->tm_gmtoff
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_pass3.c78 tm.tm_isdst = tm.tm_gmtoff = 0;
/freebsd-9.3-release/usr.sbin/mount_nwfs/
H A Dmount_nwfs.c323 mdata.tz = -(tm->tm_gmtoff / 60);
/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c244 t0 = localtime (&t0)->tm_gmtoff;
249 t.tm_gmtoff = 0;
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dgetdate.y849 yyTimezone = tm->tm_gmtoff;
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c1245 diff = tp->tm_gmtoff;
/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c1461 gmtoff = ts->tm_gmtoff;
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure[all...]

Completed in 259 milliseconds