Searched refs:hextoint (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/tests/libntp/ |
| D | hextoint.c | 22 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()
|
| D | Makefile.am | 39 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)
|
| D | Makefile.in | 97 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/ |
| D | string1.lex | 12 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro 46 temp = hextoint(toupper(inch)); 49 temp = (temp << 4) + hextoint(toupper(inch));
|
| D | string2.lex | 11 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | hextoint.c | 13 hextoint( in hextoint() function
|
| D | Makefile.in | 173 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
|
| D | Makefile.am | 170 hextoint.c \
|
| /netbsd/src/external/bsd/ntp/lib/libntp/ |
| D | Makefile | 38 hextoint.c \
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_stdlib.h | 174 extern int hextoint (const char *, u_long *);
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | apprentice.c | 122 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/ |
| D | ntpq.c | 2291 return hextoint(str+2, (u_long *)val); in decodeint() 2309 return (hextoint(str + 2, val)); in decodeuint()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | ntpdc_ops.c | 2798 if (!hextoint(pcmd->argval[2].string, &u_val)) in fudge()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog-4.1.0 | 5672 * libntp/hextoint.c (hextoint): ctype macros take ints as args
|
| D | CommitLog | 12156 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 …]
|
| D | NEWS | 3071 calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c, 6837 calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c,
|
| D | ChangeLog | 1084 calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c,
|