Home
last modified time | relevance | path

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

/trueos/contrib/ntp/libntp/
HDhextoint.c10 hextoint( in hextoint() function
HDMakefile.am9 findconfig.c fptoa.c fptoms.c getopt.c hextoint.c \
HDMakefile.in68 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…
/trueos/usr.sbin/ntp/libntp/
HDMakefile16 hextoint.c hextolfp.c humandate.c icom.c \
/trueos/contrib/ntp/include/
HDntp_stdlib.h73 extern int hextoint P((const char *, u_long *));
/trueos/contrib/file/src/
HDapprentice.c119 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
/trueos/contrib/ntp/ntpq/
HDntpq.c1978 return hextoint(str+2, val); in decodeint()
1996 return (hextoint(str + 2, val)); in decodeuint()
/trueos/contrib/ntp/ntpdc/
HDntpdc_ops.c2822 if (!hextoint(pcmd->argval[2].string, &u_val)) in fudge()
/trueos/contrib/ntp/
HDCommitLog-4.1.05672 * libntp/hextoint.c (hextoint): ctype macros take ints as args