Searched refs:hexchars (Results 1 – 2 of 2) sorted by relevance
201 static const char hexchars[] = "0123456789abcdef"; local380 (void) OUTCHAR(hexchars[c >> 4]);381 (void) OUTCHAR(hexchars[c & 0xf]);415 (void) OUTCHAR(hexchars[(c >> 4) & 0xf]);416 (void) OUTCHAR(hexchars[c & 0xf]);435 *--mstr = hexchars[val % base];
1584 static char hexchars[] = "0123456789abcdef"; local1699 OUTCHAR(hexchars[c >> 4]);1700 OUTCHAR(hexchars[c & 0xf]);1725 *--str = hexchars[val % base];