HomeSort by: relevance | last modified time | path
    Searched refs:hexdigit_to_int (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/
dname.c 218 int val = (hexdigit_to_int(s[1]) * 100 +
219 hexdigit_to_int(s[2]) * 10 +
220 hexdigit_to_int(s[3]));
util.h 352 int hexdigit_to_int(char ch);
util.c 572 *t++ = hexdigit_to_int(src[0]) * 16 +
573 hexdigit_to_int(src[1]) ;
723 hexdigit_to_int(char ch) function

Completed in 25 milliseconds