Searched refs:xtoa (Results 1 – 2 of 2) sorted by relevance
82 #define xtoa(c) mbsd_digits_hex[c] macro120 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); \121 *dst++ = xtoa((unsigned int)c & 0xf); \
823 char *xtoa PROTO((int));3129 doprintf(("\t0x%s", xtoa(n)))7698 xtoa(n) in xtoa() function