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

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dvis.c126 #define xtoa(c) "0123456789abcdef"[c] macro
157 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf);
158 *dst++ = xtoa((unsigned int)c & 0xf);
/freebsd-10.0-release/contrib/libc-vis/
H A Dvis.c104 #define xtoa(c) L"0123456789abcdef"[c] macro
148 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf);
149 *dst++ = xtoa((unsigned int)c & 0xf);

Completed in 125 milliseconds