Searched refs:time2 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/usr.bin/calendar/ |
| H A D | day.c | 42 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 D | lio_kqueue_test.c | 67 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 D | mktime.c | 182 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 D | ena_plat.h | 220 #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 D | complete.conf.in | 35 fudge 127.127.1.0 time1 0 time2 1.1 stratum 7 refid Abcd minjitter 0.2
|
| H A D | invoke-ntp.conf.texi | 2244 …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 D | ntp.conf.def | 2348 .Op Cm time2 Ar sec 2398 .It Cm time2 Ar secs
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | pac.c | 680 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 D | localtime.c | 2298 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 D | ntpdc-opts.def | 642 .Op Cm time2
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | ChangeLog | 3853 * [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 D | CommitLog | 56087 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 …]
|