Lines Matching defs:hexdig
415 static const char hexdig[] = "0123456789ABCDEF";424 *q++ = hexdig[(*p >> 4) & 0xf];425 *q++ = hexdig[*p & 0xf];