Searched refs:hex2asc (Results 1 – 1 of 1) sorted by relevance
35 static int hex2asc(int n) in hex2asc() function70 xputc(hex2asc(n >> 12), cookie); in __xprintf()71 xputc(hex2asc(n >> 8), cookie); in __xprintf()72 xputc(hex2asc(n >> 4), cookie); in __xprintf()73 xputc(hex2asc(n >> 0), cookie); in __xprintf()79 xputc(hex2asc(n >> 4), cookie); in __xprintf()80 xputc(hex2asc(n >> 0), cookie); in __xprintf()91 *--p = hex2asc(n); in __xprintf()174 *--p = hex2asc((int)n); in __xprintf()