/freebsd/contrib/tzcode/ |
H A D | difftime.c | 22 difftime(time_t time1, time_t time0) in difftime() argument 29 double t1 = time1, t0 = time0; in difftime() 38 return time0 <= time1 ? time1 - time0 : dminus(time0 - time1); in difftime() 42 uintmax_t t1 = time1, t0 = time0; in difftime() 43 return time0 <= time1 ? t1 - t0 : dminus(t0 - t1); in difftime() 50 if ((time1 < 0) == (time0 < 0)) in difftime() 51 return time1 - time0; in difftime() 59 long double t1 = time1, t0 = time0; in difftime()
|
H A D | localtime.c | 2317 time1(struct tm *const tmp, in time2sub() 2393 return time1(tmp, localsub, sp, setname); in time1() 2396 return time1(tmp, gmtsub, gmtptr, 0); in time1() 2452 return time1(tmp, gmtsub, gmtptr, offset); in mktime_tzname() 2376 time1(struct tm *const tmp, time1() function
|
/freebsd/contrib/ntp/conf/ |
H A D | rackety.conf | 14 fudge 127.127.4.0 refid GPS1 time1 -.000097 flag1 1 16 fudge 127.127.4.1 refid GPS2 time1 -.000097 flag1 1 19 fudge 127.127.4.2 refid WVB1 time1 .0021 flag4 1 flag1 1 22 fudge 127.127.4.3 refid WVB2 time1 .0021 flag4 1 flag1 1
|
H A D | pogo.conf | 6 fudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1 9 fudge 127.127.4.1 refid GPS2 time1 .000221
|
H A D | beauregard.conf | 6 fudge 127.127.18.1 time1 .0035
|
H A D | grundoon.conf | 6 fudge 127.127.11.1 time1 .00487 flag1 1 flag4 1
|
/freebsd/usr.bin/calendar/ |
H A D | day.c | 42 static time_t time1, time2; variable 59 time1 = now - SECSPERDAY * before; in settimes() 60 localtime_r(&time1, tp1); in settimes()
|
/freebsd/tests/sys/aio/ |
H A D | lio_kqueue_test.c | 67 time_t time1, time2; in main() local 127 time(&time1); 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 | 267 time1( in time1() function 288 return time1(tmp); in mktime()
|
/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 1656 ret = get_ms_time(&time1); 1672 if (time2 < time1) { 1676 cumulated_time_sign += (time2 - time1); 1679 ret = get_ms_time(&time1); 1695 if (time2 < time1) { 1699 cumulated_time_verify += (time2 - time1); 1725 ret = get_ms_time(&time1); 1741 if (time2 < time1) { 1745 cumulated_time_batch_verify += (time2 - time1);
|
/freebsd/usr.sbin/ntp/doc/pic/ |
H A D | Makefile | 20 stats.gif sx5.gif thunderbolt.jpg time1.gif tonea.gif tribeb.gif \
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ctime | 34 double difftime(time_t time1, time_t time0);
|
/freebsd/sys/netgraph/ |
H A D | ng_cisco.c | 84 uint16_t time1; member 622 ch->time1 = htons((uint16_t) t); in cisco_send()
|
/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}]} 2257 @item @code{time1} @kbd{sec}
|
H A D | ntp.conf.def | 2347 .Op Cm time1 Ar sec 2369 .It Cm time1 Ar sec
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pac.c | 680 uint32_t time1, time2; in verify_logonname() local 692 CHECK(ret, krb5_ret_uint32(sp, &time1), out); in verify_logonname() 698 t2 = ((uint64_t)time2 << 32) | time1; in verify_logonname()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.def | 641 .Op Cm time1
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 4125 * [Bug 1233] atom refclock fudge time1 sign flipped in 4.2.5p164. 4401 * [Bug 399] NMEA refclock driver does not honor time1 offset if flag3 set.
|
H A D | CommitLog | [all...] |
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 6158 OLD_FILES+=usr/share/doc/ntp/pic/time1.gif
|