Searched refs:hexdig (Results 1 – 1 of 1) sorted by relevance
1528 static unsigned char hexdig[256];1543 htinit(hexdig, USC "0123456789", 0x10);1544 htinit(hexdig, USC "abcdef", 0x10 + 10);1545 htinit(hexdig, USC "ABCDEF", 0x10 + 10);1624 if ((c1 = hexdig[c]))1845 if (hexdig[*s])1860 if (!hexdig[*s])1864 if (hexdig[*s])1869 while(hexdig[*s])1882 while(hexdig[*s])[all …]
Completed in 15 milliseconds