ncuri.c#752 static char* hexchars = "0123456789abcdefABCDEF"; #757 hex[0] = hexchars[(b >> 4) & 0xff]; #758 hex[1] = hexchars[(b) & 0xff]; #847 && strchr(hexchars,inptr[0]) != NULL #848 && strchr(hexchars,inptr[1]) != NULL) { ochttp.c#230 static char hexchars[16] = { #252 tmp[2] = hexchars[hex2]; tmp[3] = hexchars[hex1]; ocuri.c#738 static char* hexchars = "0123456789abcdefABCDEF"; #743 hex[0] = hexchars[(b >> 4) & 0xff]; #744 hex[1] = hexchars[(b) & 0xff]; #834 && strchr(hexchars,inptr[0]) != NULL #835 && strchr(hexchars,inptr[1]) != NULL) {
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed