Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/tests/libntp/
HDhextolfp.c24 TEST_ASSERT_TRUE(hextolfp(str, &actual)); in test_PositiveInteger()
35 TEST_ASSERT_TRUE(hextolfp(str, &actual)); in test_NegativeInteger()
46 TEST_ASSERT_TRUE(hextolfp(str, &actual)); in test_PositiveFraction()
57 TEST_ASSERT_TRUE(hextolfp(str, &actual)); in test_NegativeFraction()
66 TEST_ASSERT_FALSE(hextolfp(str, &actual)); in test_IllegalNumberOfInteger()
74 TEST_ASSERT_FALSE(hextolfp(str, &actual)); in test_IllegalChar()
HDMakefile.am24 test-hextolfp \
84 $(srcdir)/run-hextolfp.c \
262 hextolfp.c \
263 run-hextolfp.c \
267 $(srcdir)/run-hextolfp.c: $(srcdir)/hextolfp.c $(std_unity_list)
268 $(run_unity) hextolfp.c run-hextolfp.c
HDMakefile.in97 test-hextolfp$(EXEEXT) test-humandate$(EXEEXT) \
277 am_test_hextolfp_OBJECTS = hextolfp.$(OBJEXT) run-hextolfp.$(OBJEXT) \
1070 $(srcdir)/run-hextolfp.c $(srcdir)/run-humandate.c \
1217 hextolfp.c \
1218 run-hextolfp.c \
1505 test-hextolfp$(EXEEXT): $(test_hextolfp_OBJECTS) $(test_hextolfp_DEPENDENCIES) $(EXTRA_test_hextolf…
1506 @rm -f test-hextolfp$(EXEEXT)
1624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextolfp.Po@am__quote@
1648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-hextolfp.Po@am__quote@
2156 test-hextolfp.log: test-hextolfp$(EXEEXT)
[all …]
/NextBSD/contrib/ntp/libntp/
HDhextolfp.c13 hextolfp( in hextolfp() function
HDMakefile.am69 hextolfp.c \
HDMakefile.in152 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
208 getopt.$(OBJEXT) hextoint.$(OBJEXT) hextolfp.$(OBJEXT) \
234 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
659 hextolfp.c \
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextolfp.Po@am__quote@
/NextBSD/usr.sbin/ntp/libntp/
HDMakefile18 hextolfp.c humandate.c icom.c iosignal.c \
/NextBSD/contrib/ntp/ntpq/
HDntpq-subs.c2667 !hextolfp(val + 2, &last_older)) { in collect_mru_list()
2691 !hextolfp(val + 2, &newest) || in collect_mru_list()
2706 !hextolfp(val + 2, &mon->last)) { in collect_mru_list()
2724 !hextolfp(val + 2, &mon->first)) in collect_mru_list()
2737 !hextolfp(val + 2, pnow)) in collect_mru_list()
HDntpq.c2063 return hextolfp(str+2, lfp); in decodets()
2083 return hextolfp(str, lfp); in decodets()
/NextBSD/contrib/ntp/include/
HDntp_fp.h354 extern int hextolfp (const char *, l_fp *);
/NextBSD/contrib/ntp/
HDNEWS505 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed
HDCommitLog1024 libntp/hextolfp.c@1.5 +6 -4
2776 tests/libntp/hextolfp.c@1.9 +9 -9
2981 tests/libntp/run-hextolfp.c@1.8 +1 -1
4595 tests/libntp/hextolfp.c@1.5.1.1 +7 -0
4651 tests/libntp/run-hextolfp.c@1.7 +6 -6
4936 tests/libntp/run-hextolfp.c@1.6 +6 -3
5588 tests/libntp/hextolfp.c@1.4.1.1 +0 -1
5875 hextolfp.c:
5879 run-humandate.c, run-hextolfp.c, run-decodenetnum.c:
5885 tests/libntp/hextolfp.c@1.5 +12 -7
[all …]
HDCommitLog-4.1.05670 * libntp/hextolfp.c (hextolfp): ctype macros take ints as args
HDChangeLog122 caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed