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

/freebsd-11.0-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.in153 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
210 getopt.$(OBJEXT) hextoint.$(OBJEXT) hextolfp.$(OBJEXT) \
237 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
662 hextoint.c \
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint.Po@am__quote@
/freebsd-11.0-release/usr.sbin/ntp/libntp/
H A DMakefile17 emalloc.c findconfig.c getopt.c hextoint.c \
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_stdlib.h149 extern int hextoint (const char *, u_long *);
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq.c2188 return hextoint(str+2, (u_long *)val);
2206 return (hextoint(str + 2, val));
/freebsd-11.0-release/contrib/file/src/
H A Dapprentice.c119 private int hextoint(int);
2772 c = hextoint(*s++); /* Get next char */
2775 c = hextoint(*s++);
2800 hextoint(int c) function
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2778 if (!hextoint(pcmd->argval[2].string, &u_val))

Completed in 189 milliseconds