Searched refs:time2 (Results 1 – 13 of 13) sorted by relevance
/freebsd/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/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/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/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/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.c | 1617 u64 time1, time2, cumulated_time_sign, cumulated_time_verify, cumulated_time_batch_verify; local 1667 ret = get_ms_time(&time2); 1672 if (time2 < time1) { 1676 cumulated_time_sign += (time2 - time1); 1690 ret = get_ms_time(&time2); 1695 if (time2 < time1) { 1699 cumulated_time_verify += (time2 - time1); 1736 ret = get_ms_time(&time2); 1741 if (time2 < time1) { 1745 cumulated_time_batch_verify += (time2 - time1);
|
/freebsd/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 @item @code{fudge} @code{127.127.}@kbd{t}.@kbd{u} @code{[@code{time1} @kbd{sec}]} @code{[@code{time2} @kbd{sec}]} @code{[@code{stratum} @kbd{int}]} @code{[@code{refid} @kbd{string}]} @code{[@code{mode} @kbd{int}]} @code{[@code{flag1} @code{0} @code{|} @code{1}]} @code{[@code{flag2} @code{0} @code{|} @code{1}]} @code{[@code{flag3} @code{0} @code{|} @code{1}]} @code{[@code{flag4} @code{0} @code{|} @code{1}]} 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/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/contrib/tzcode/ |
H A D | localtime.c | 2298 time2(struct tm * const tmp, in time2sub() 2339 t = time2(tmp, funcp, sp, offset, &okay); in time2sub() 2378 t = time2(tmp, funcp, sp, offset, &okay); in time1() 2357 time2(struct tm * const tmp, time2() function
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.def | 642 .Op Cm time2
|
/freebsd/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 | [all...] |