Home
last modified time | relevance | path

Searched refs:caltontp (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/ntp/util/
HDlsf-times.c182 TEST_ASSERT_EQUAL_UINT(expected, caltontp(&input));
193 TEST_ASSERT_EQUAL_UINT(expected, caltontp(&input));
205 TEST_ASSERT_EQUAL_UINT(expected, caltontp(&inputYd));
206 TEST_ASSERT_EQUAL_UINT(expected, caltontp(&inputMd));
217 TEST_ASSERT_EQUAL_UINT(expected, caltontp(&input));
/freebsd-13-stable/contrib/ntp/libntp/
HDcaltontp.c36 caltontp( in caltontp() function
HDMakefile.in170 authusekey.c bsd_strerror.c buftvtots.c caljulian.c caltontp.c \
227 buftvtots.$(OBJEXT) caljulian.$(OBJEXT) caltontp.$(OBJEXT) \
256 authusekey.c bsd_strerror.c buftvtots.c caljulian.c caltontp.c \
307 ./$(DEPDIR)/caltontp.Po ./$(DEPDIR)/calyearstart.Po \
790 caltontp.c \
1060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caltontp.Po@am__quote@ # am--include-marker
1346 -rm -f ./$(DEPDIR)/caltontp.Po
1500 -rm -f ./$(DEPDIR)/caltontp.Po
HDMakefile.am160 caltontp.c \
/freebsd-13-stable/usr.sbin/ntp/libntp/
HDMakefile14 caljulian.c caltontp.c calyearstart.c clocktime.c \
/freebsd-13-stable/contrib/ntp/
HDNOTES.y2kfixes81 2) libntp/caltontp.c:
HDChangeLog955 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed
1091 * Converted from gtest to Unity: sntp/tests/ caltontp.c, humandate.c,
2545 * [Bug 1875] 'asn2ntp()' rewritten with 'caltontp()'; 'timegm()'
4332 * New caltontp.c and calyearstart.c from Juergen Perlinger.
HDCommitLog4160 libntp/caltontp.c@1.9 +18 -14
4166 - check 'errno' after calling 'caltontp()'
4177 libntp/caltontp.c@1.8 +1 -1
4809 tests/libntp/caltontp.c@1.4 +0 -0
12140 tests/libntp/run-caltontp.c@1.7 +2 -0
16393 tests/libntp/run-caltontp.c@1.6 +8 -0
28654 tests/libntp/run-caltontp.c@1.5 +1 -1
30191 tests/libntp/caltontp.c@1.3 +5 -0
30236 tests/libntp/run-caltontp.c@1.4 +4 -4
30483 tests/libntp/run-caltontp.c@1.3 +4 -3
[all …]
HDCommitLog-4.1.05098 * libntp/caltontp.c: Ditto.
HDNEWS2852 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed
6618 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed
/freebsd-13-stable/contrib/ntp/include/
HDntp_calendar.h118 extern uint32_t caltontp (const struct calendar *);
/freebsd-13-stable/contrib/ntp/ntpd/
HDcheck_y2k.c592 ObservedNtp = caltontp( &ot ); in main()
HDrefclock_tsyncpci.c636 pp->yearstart = caltontp(&jt); in tsync_poll()
/freebsd-13-stable/contrib/ntp/ntpq/
HDntpq.c2209 lfp->l_ui = caltontp(&cal); in rtdatetolfp()