Searched refs:hextoint (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c110 private int hextoint(int);
2927 c = hextoint(*s++); /* Get next char */
2930 c = hextoint(*s++);
2959 hextoint(int c) function
/freebsd-11-stable/usr.sbin/ntp/libntp/
H A DMakefile17 emalloc.c findconfig.c getopt.c hextoint.c \
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c2242 return hextoint(str+2, (u_long *)val);
2260 return (hextoint(str + 2, val));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2796 if (!hextoint(pcmd->argval[2].string, &u_val))
/freebsd-11-stable/contrib/ntp/libntp/
H A DMakefile.in154 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
212 getopt.$(OBJEXT) hextoint.$(OBJEXT) hextolfp.$(OBJEXT) \
240 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
666 hextoint.c \
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint.Po@am__quote@
H A DMakefile.am69 hextoint.c \
H A Dhextoint.c2 * hextoint - convert an ascii string in hex to an unsigned
11 hextoint( function
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_stdlib.h152 extern int hextoint (const char *, u_long *);

Completed in 134 milliseconds