Home
last modified time | relevance | path

Searched refs:time2 (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/usr.bin/calendar/
H A Dday.c42 static time_t time1, time2; variable
62 time2 = now + SECSPERDAY * after; in settimes()
63 localtime_r(&time2, tp2); in settimes()
/freebsd-14.2/tests/sys/aio/
H A Dlio_kqueue_test.c67 time_t time1, time2; in main() local
131 time(&time2); in main()
134 (intmax_t)time1, (intmax_t)time2, in main()
135 (intmax_t)time2-time1, result); in main()
/freebsd-14.2/contrib/ntp/libntp/
H A Dmktime.c182 time2( in time2() function
276 t = time2(tmp, &okay, 1); in time1()
303 t = time2(tmp, &okay, 0); in timegm()
/freebsd-14.2/sys/contrib/ena-com/
H A Dena_plat.h220 #define ENA_TIME_COMPARE_HIGH_RES(time1, time2) \ argument
221 ((time1 < time2) ? -1 : ((time1 > time2) ? 1 : 0))
/freebsd-14.2/contrib/ntp/ntpd/
H A Dcomplete.conf.in35 fudge 127.127.1.0 time1 0 time2 1.1 stratum 7 refid Abcd minjitter 0.2
H A Dinvoke-ntp.conf.texi2244 …ode{127.127.}@kbd{t}.@kbd{u} @code{[@code{time1} @kbd{sec}]} @code{[@code{time2} @kbd{sec}]} @code…
2286 @item @code{time2} @kbd{secs}
H A Dntp.conf.def2348 .Op Cm time2 Ar sec
2398 .It Cm time2 Ar secs
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dpac.c680 uint32_t time1, time2; in verify_logonname() local
693 CHECK(ret, krb5_ret_uint32(sp, &time2), out); in verify_logonname()
698 t2 = ((uint64_t)time2 << 32) | time1; in verify_logonname()
/freebsd-14.2/contrib/tzcode/
H A Dlocaltime.c2298 time2(struct tm * const tmp, in time2() function
2339 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2378 t = time2(tmp, funcp, sp, offset, &okay); in time1()
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc-opts.def642 .Op Cm time2
/freebsd-14.2/contrib/ntp/
H A DChangeLog3853 * [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
4108 * [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver.
H A DCommitLog56087 updated docs to describe flag1 and time2
170569 [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
170573 [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
170576 [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
170579 [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
170583 [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
182225 [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver.
182232 [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver.
182235 Document fudge time2 as serial-only offset, time1 as PPS-only
226419 fix shadow storage logic for ppsphaseadjust and trustime wrt/ time2
[all …]