Searched refs:hexdig (Results 1 – 1 of 1) sorted by relevance
1543 static unsigned char hexdig[256];1558 htinit(hexdig, USC "0123456789", 0x10);1559 htinit(hexdig, USC "abcdef", 0x10 + 10);1563 static unsigned char hexdig[256] = { variable1639 if ((c1 = hexdig[c]))1860 if (hexdig[*s])1875 if (!hexdig[*s])1879 if (hexdig[*s])1884 while(hexdig[*s])1897 while(hexdig[*s])[all …]
Completed in 14 milliseconds