Searched refs:hextoint (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/ntp/tests/libntp/
H A Dhextoint.c20 TEST_ASSERT_TRUE(hextoint(str, &actual));
28 TEST_ASSERT_TRUE(hextoint(str, &actual));
36 TEST_ASSERT_TRUE(hextoint(str, &actual));
44 TEST_ASSERT_FALSE(hextoint(str, &actual));
51 TEST_ASSERT_FALSE(hextoint(str, &actual));
H A DMakefile.am23 test-hextoint \
84 $(srcdir)/run-hextoint.c \
254 hextoint.c \
255 run-hextoint.c \
258 $(srcdir)/run-hextoint.c: $(srcdir)/hextoint.c $(std_unity_list)
259 $(run_unity) hextoint.c run-hextoint.c
H A DMakefile.in96 test-decodenetnum$(EXEEXT) test-hextoint$(EXEEXT) \
270 am_test_hextoint_OBJECTS = hextoint.$(OBJEXT) run-hextoint.$(OBJEXT) \
1080 $(srcdir)/run-decodenetnum.c $(srcdir)/run-hextoint.c \
1222 hextoint.c \
1223 run-hextoint.c \
1520 test-hextoint$(EXEEXT): $(test_hextoint_OBJECTS) $(test_hextoint_DEPENDENCIES) $(EXTRA_test_hextoint_DEPENDENCIES)
1521 @rm -f test-hextoint$(EXEEXT)
1646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint.Po@am__quote@
1670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-hextoint
[all...]
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dhextoint.c2 * hextoint - convert an ascii string in hex to an unsigned
11 hextoint( function
H A DMakefile.am69 hextoint.c \
H A DMakefile.in152 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
209 getopt.$(OBJEXT) hextoint.$(OBJEXT) hextolfp.$(OBJEXT) \
236 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
662 hextoint.c \
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint.Po@am__quote@
/freebsd-10.2-release/usr.sbin/ntp/libntp/
H A DMakefile17 emalloc.c findconfig.c getopt.c hextoint.c \
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_stdlib.h143 extern int hextoint (const char *, u_long *);
/freebsd-10.2-release/contrib/ntp/ntpq/
H A Dntpq.c2172 return hextoint(str+2, (u_long *)val);
2190 return (hextoint(str + 2, val));
/freebsd-10.2-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2778 if (!hextoint(pcmd->argval[2].string, &u_val))
/freebsd-10.2-release/contrib/file/src/
H A Dapprentice.c119 private int hextoint(int);
2724 c = hextoint(*s++); /* Get next char */
2727 c = hextoint(*s++);
2751 hextoint(int c) function

Completed in 63 milliseconds