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

/freebsd-11-stable/contrib/tzcode/stdtime/
H A Ddifftime.c21 difftime(const time_t time1, const time_t time0) argument
29 return (double) time1 - (double) time0;
34 return time1 - time0;
42 if (time1 >= time0)
43 return time1 - time0;
44 else return -((double) (time0 - time1));
48 ** Handle cases where both time1 and time0 have the same sign
51 if ((time1 < 0) == (time0 < 0))
52 return time1 - time0;
54 ** time1 an
[all...]
H A Dlocaltime.c197 static time_t time1(struct tm * tmp,
2036 time1(tmp, funcp, offset) function
2119 mktime_return_value = time1(tmp, localsub, 0L);
2139 return time1(tmp, gmtsub, 0L);
2147 return time1(tmp, gmtsub, offset);
/freebsd-11-stable/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-11-stable/usr.bin/calendar/
H A Dday.c42 static time_t time1, time2; variable
60 time1 = now - SECSPERDAY * before;
61 localtime_r(&time1, tp1);
/freebsd-11-stable/tests/sys/aio/
H A Dlio_kqueue_test.c69 time_t time1, time2; local
129 time(&time1);
136 (intmax_t)time1, (intmax_t)time2,
137 (intmax_t)time2-time1, result);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmktime.c267 time1( function
288 return time1(tmp);
/freebsd-11-stable/usr.sbin/ntp/doc/pic/
H A DMakefile21 stats.gif sx5.gif thunderbolt.jpg time1.gif tonea.gif tribeb.gif \
/freebsd-11-stable/sys/netgraph/
H A Dng_cisco.c86 uint16_t time1; member in struct:cisco_packet
625 ch->time1 = htons((uint16_t) t);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpac.c599 uint32_t time1, time2; local
611 CHECK(ret, krb5_ret_uint32(sp, &time1), out);
617 t2 = ((uint64_t)time2 << 32) | time1;
/freebsd-11-stable/contrib/gcc/
H A Dreload1.c4912 int time1;
4948 time1 = copy ? 0 : 1;
4951 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5;
4960 time1 = opnum * 4 + 2;
4963 time1 = opnum * 4 + 3;
4968 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3;
4973 time1 = MAX_RECOG_OPERANDS * 4 + 1;
4978 time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3;
4981 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum;
4984 time1
4891 int time1; local
[all...]
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c196 u_short time1; member in struct:cisco_packet
1309 (u_int)h->time0, (u_int)h->time1);
1387 ch->time1 = htons ((u_short) tv.tv_sec);
1393 (u_long)ch->par2, (u_int)ch->rel, (u_int)ch->time0, (u_int)ch->time1);

Completed in 134 milliseconds