Searched refs:GMT (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/ipf/
H A Dt_logging.sh40 GMT=:
43 GMT=GMT
52 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -f logout"
56 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -bf logout"
63 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -f logout"
67 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -bf logout"
/freebsd-12-stable/usr.bin/calendar/
H A Dpom.c107 struct tm GMT, tmd_today, tmd_tomorrow; local
137 gmtime_r(&tt, &GMT);
139 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt)
141 days_today = (GMT.tm_yday + 1) + ((GMT.tm_hour +
142 (GMT.tm_min / FSECSPERMINUTE) + (GMT.tm_sec / FSECSPERHOUR)) /
147 gmtime_r(&tt, &GMT);
149 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt)
151 days_tomorrow = (GMT
[all...]
/freebsd-12-stable/usr.bin/pom/
H A Dpom.c90 struct tm GMT, tmd; local
149 gmtime_r(&tt, &GMT);
150 days = (GMT.tm_yday + 1) + ((GMT.tm_hour +
151 (GMT.tm_min / 60.0) + (GMT.tm_sec / 3600.0)) / 24.0);
152 for (cnt = EPOCH; cnt < GMT.tm_year; ++cnt)
/freebsd-12-stable/tools/regression/tmpfs/
H A Dt_setattr95 TZ=GMT touch -t 200501010101 times || die
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_refclock.h136 #define GMT 0 /* I hope nobody sees this */ macro
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_datum.c88 ** Note that if GMT is defined, then the Datum PTS must use Greenwich
92 ** time is Greenwich time and GMT is not defined, everything should still
95 ** correct time by less than +- 30 minutes. The default is for GMT to not
96 ** defined. If you really want to force GMT without the funny +- 30 minute
97 ** stuff then you must define (uncomment) GMT below.
101 #define GMT
148 int tzoff; /* time zone offest from GMT */
587 ** Get the GMT time zone offset. Note that GMT should be zero if the Datum
588 ** reference time is using GMT a
[all...]
H A Drefclock_bancomm.c143 #define GMT 0 /* hour offset from Greenwich */ macro
H A Drefclock_leitch.c459 leitch->second, GMT, rbufp->recv_time.l_ui,
H A Drefclock_true.c552 pp->second, GMT, pp->lastrec.l_ui,
H A Drefclock_tsyncpci.c639 offset.l_ui = (long)(((pp->day - 1) * 24) + pp->hour + GMT);
H A Dntp_refclock.c548 if (!clocktime(pp->day, pp->hour, pp->minute, pp->second, GMT,
H A Drefclock_chu.c1394 if (!clocktime(pp->day, pp->hour, pp->minute, 0, GMT,
H A Drefclock_wwv.c2082 pp->second, GMT, up->timestamp.l_ui,
/freebsd-12-stable/contrib/tzdata/
H A DMakefile36 LOCALTIME= GMT
280 # If your system has a "GMT offset" field in its "struct tm"s

Completed in 214 milliseconds