Home
last modified time | relevance | path

Searched refs:xtoa (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libc/gen/
Dvis.c82 #define xtoa(c) mbsd_digits_hex[c] macro
120 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); \
121 *dst++ = xtoa((unsigned int)c & 0xf); \
/mirbsd/src/usr.bin/host/
Dhost.c823 char *xtoa PROTO((int));
3129 doprintf(("\t0x%s", xtoa(n)))
7698 xtoa(n) in xtoa() function