Searched refs:hexdig (Results 1 – 1 of 1) sorted by relevance
1546 static unsigned char hexdig[256];1561 htinit(hexdig, USC "0123456789", 0x10);1562 htinit(hexdig, USC "abcdef", 0x10 + 10);1566 static unsigned char hexdig[256] = { variable1642 if ((c1 = hexdig[c]))1863 if (hexdig[*s])1878 if (!hexdig[*s])1882 if (hexdig[*s])1887 while(hexdig[*s])1900 while(hexdig[*s])[all …]
Completed in 17 milliseconds