Searched refs:time1 (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/tzcode/
H A Ddifftime.c22 difftime(time_t time1, time_t time0) argument
29 double t1 = time1, t0 = time0;
38 return time0 <= time1 ? time1 - time0 : dminus(time0 - time1);
42 uintmax_t t1 = time1, t0 = time0;
43 return time0 <= time1 ? t1 - t0 : dminus(t0 - t1);
47 ** Handle cases where both time1 and time0 have the same sign
50 if ((time1 < 0) == (time0 < 0))
51 return time1
[all...]
H A Dlocaltime.c2376 time1(struct tm *const tmp, function
2452 return time1(tmp, localsub, sp, setname);
2455 return time1(tmp, gmtsub, gmtptr, 0);
2511 return time1(tmp, gmtsub, gmtptr, offset);
/freebsd-current/contrib/ntp/conf/
H A Drackety.conf14 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 Dpogo.conf6 fudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1
9 fudge 127.127.4.1 refid GPS2 time1 .000221
H A Dbeauregard.conf6 fudge 127.127.18.1 time1 .0035
H A Dgrundoon.conf6 fudge 127.127.11.1 time1 .00487 flag1 1 flag4 1
/freebsd-current/usr.bin/calendar/
H A Dday.c42 static time_t time1, time2; variable
59 time1 = now - SECSPERDAY * before;
60 localtime_r(&time1, tp1);
/freebsd-current/tests/sys/aio/
H A Dlio_kqueue_test.c67 time_t time1, time2; local
127 time(&time1);
134 (intmax_t)time1, (intmax_t)time2,
135 (intmax_t)time2-time1, result);
/freebsd-current/contrib/ntp/libntp/
H A Dmktime.c267 time1( function
288 return time1(tmp);
/freebsd-current/usr.sbin/ntp/doc/pic/
H A DMakefile21 stats.gif sx5.gif thunderbolt.jpg time1.gif tonea.gif tribeb.gif \
/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h220 #define ENA_TIME_COMPARE_HIGH_RES(time1, time2) \
221 ((time1 < time2) ? -1 : ((time1 > time2) ? 1 : 0))
/freebsd-current/sys/netgraph/
H A Dng_cisco.c84 uint16_t time1; member in struct:cisco_packet
622 ch->time1 = htons((uint16_t) t);
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dpac.c680 uint32_t time1, time2; local
692 CHECK(ret, krb5_ret_uint32(sp, &time1), out);
698 t2 = ((uint64_t)time2 << 32) | time1;

Completed in 263 milliseconds