Searched refs:hextoint (Results 1 – 9 of 9) sorted by relevance
10 hextoint( in hextoint() function
9 findconfig.c fptoa.c fptoms.c getopt.c hextoint.c \
68 getopt$U.$(OBJEXT) hextoint$U.$(OBJEXT) hextolfp$U.$(OBJEXT) \259 findconfig.c fptoa.c fptoms.c getopt.c hextoint.c \367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint$U.Po@am__quote@859 hextoint_.c: hextoint.c $(ANSI2KNR)860 …_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hextoint.c; then echo $(srcdir)/hextoint.c; else echo…
16 hextoint.c hextolfp.c humandate.c icom.c \
73 extern int hextoint P((const char *, u_long *));
119 private int hextoint(int);2698 c = hextoint(*s++); /* Get next char */ in getstr()2701 c = hextoint(*s++); in getstr()2725 hextoint(int c) in hextoint() function
1978 return hextoint(str+2, val); in decodeint()1996 return (hextoint(str + 2, val)); in decodeuint()
2822 if (!hextoint(pcmd->argval[2].string, &u_val)) in fudge()
5672 * libntp/hextoint.c (hextoint): ctype macros take ints as args