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

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dhextoint.c2 * hextoint - convert an ascii string in hex to an unsigned
10 hextoint( function
/freebsd-10.0-release/usr.sbin/ntp/libntp/
H A DMakefile16 hextoint.c hextolfp.c humandate.c icom.c \
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_stdlib.h73 extern int hextoint P((const char *, u_long *));
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c1978 return hextoint(str+2, val);
1996 return (hextoint(str + 2, val));
/freebsd-10.0-release/contrib/file/
H A Dapprentice.c86 private int hextoint(int);
2080 c = hextoint(*s++); /* Get next char */
2083 c = hextoint(*s++);
2107 hextoint(int c) function
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2822 if (!hextoint(pcmd->argval[2].string, &u_val))

Completed in 109 milliseconds