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

/macosx-10.10.1/ntp-92/libntp/
H A Dhextoint.c2 * hextoint - convert an ascii string in hex to an unsigned
10 hextoint( function
/macosx-10.10.1/ntp-92/include/
H A Dntp_stdlib.h89 extern int hextoint (const char *, u_long *);
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c222 static int hextoint(int);
1386 c = hextoint(*s++); /* Get next char */
1389 c = hextoint(*s++);
1392 c = hextoint(*s++);
1419 static int hextoint(int c) function
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dstp.vim55 syn keyword stpFunction exp floor getdate hextoint host_id host_name index_col
H A Dsqlanywhere.vim48 syn keyword sqlFunction tsequal hextoint inttohex rand textptr
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_nmea.c981 if (0 == hextoint(p, &input_cs))
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq.c2052 return hextoint(str+2, (u_long *)val);
2070 return (hextoint(str + 2, val));
/macosx-10.10.1/file-46/file/src/
H A Dapprentice.c91 private int hextoint(int);
2020 c = hextoint(*s++); /* Get next char */
2023 c = hextoint(*s++);
2047 hextoint(int c) function
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc_ops.c2797 if (!hextoint(pcmd->argval[2].string, &u_val))

Completed in 112 milliseconds