Home
last modified time | relevance | path

Searched refs:hextoint (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dhextoint.c22 TEST_ASSERT_TRUE(hextoint(str, &actual)); in test_SingleDigit()
30 TEST_ASSERT_TRUE(hextoint(str, &actual)); in test_MultipleDigits()
38 TEST_ASSERT_TRUE(hextoint(str, &actual)); in test_MaxUnsigned()
46 TEST_ASSERT_FALSE(hextoint(str, &actual)); in test_Overflow()
53 TEST_ASSERT_FALSE(hextoint(str, &actual)); in test_IllegalChar()
DMakefile.am39 test-hextoint \
105 $(srcdir)/run-hextoint.c \
292 hextoint.c \
293 run-hextoint.c \
296 $(srcdir)/run-hextoint.c: $(srcdir)/hextoint.c $(std_unity_list)
DMakefile.in97 test-hextoint$(EXEEXT) test-hextolfp$(EXEEXT) \
286 am_test_hextoint_OBJECTS = hextoint.$(OBJEXT) run-hextoint.$(OBJEXT) \
542 ./$(DEPDIR)/hextoint.Po ./$(DEPDIR)/hextolfp.Po \
554 ./$(DEPDIR)/run-digests.Po ./$(DEPDIR)/run-hextoint.Po \
1158 $(srcdir)/run-hextoint.c $(srcdir)/run-hextolfp.c \
1324 hextoint.c \
1325 run-hextoint.c \
1634 test-hextoint$(EXEEXT): $(test_hextoint_OBJECTS) $(test_hextoint_DEPENDENCIES) $(EXTRA_test_hextoin…
1635 @rm -f test-hextoint$(EXEEXT)
1765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint.Po@am__quote@ # am--include-marker
[all …]
/netbsd/src/external/bsd/flex/dist/examples/manual/
Dstring1.lex12 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro
46 temp = hextoint(toupper(inch));
49 temp = (temp << 4) + hextoint(toupper(inch));
Dstring2.lex11 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro
/netbsd/src/external/bsd/ntp/dist/libntp/
Dhextoint.c13 hextoint( in hextoint() function
DMakefile.in173 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
231 getopt.$(OBJEXT) hextoint.$(OBJEXT) hextolfp.$(OBJEXT) \
259 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
312 ./$(DEPDIR)/hextoint.Po ./$(DEPDIR)/hextolfp.Po \
800 hextoint.c \
1070 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint.Po@am__quote@ # am--include-marker
1356 -rm -f ./$(DEPDIR)/hextoint.Po
1510 -rm -f ./$(DEPDIR)/hextoint.Po
DMakefile.am170 hextoint.c \
/netbsd/src/external/bsd/ntp/lib/libntp/
DMakefile38 hextoint.c \
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_stdlib.h174 extern int hextoint (const char *, u_long *);
/netbsd/src/external/bsd/file/dist/src/
Dapprentice.c122 file_private int hextoint(int);
3127 c = hextoint(*s++); /* Get next char */ in getstr()
3130 c = hextoint(*s++); in getstr()
3157 hextoint(int c) in hextoint() function
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq.c2291 return hextoint(str+2, (u_long *)val); in decodeint()
2309 return (hextoint(str + 2, val)); in decodeuint()
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc_ops.c2798 if (!hextoint(pcmd->argval[2].string, &u_val)) in fudge()
/netbsd/src/external/bsd/ntp/dist/
DCommitLog-4.1.05672 * libntp/hextoint.c (hextoint): ctype macros take ints as args
DCommitLog12156 tests/libntp/run-hextoint.c@1.11 +2 -0
16409 tests/libntp/run-hextoint.c@1.10 +8 -0
28666 tests/libntp/run-hextoint.c@1.9 +1 -1
29294 BitKeeper/deleted/d8/hextoint.cpp~78aeb35b2f896bed@1.6 +0 -0
30203 tests/libntp/hextoint.c@1.4 +6 -0
30248 tests/libntp/run-hextoint.c@1.8 +5 -5
30495 tests/libntp/run-hextoint.c@1.7 +6 -2
35028 tests/libntp/run-hextoint.c@1.6 +0 -0
35029 Rename: tests/libntp/run-test-hextoint.c -> tests/libntp/run-hextoint.c
35894 tests/libntp/hextoint.c@1.3 +5 -3
[all …]
DNEWS3071 calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c,
6837 calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c,
DChangeLog1084 calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c,