Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c61 xtoa(uint8_t n) in xtoa() function
79 buf[j++] = xtoa(N(p, k - 1)); in prmask()
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c126 #define xtoa(c) "0123456789abcdef"[c] macro
157 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()
158 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()
/freebsd/contrib/libc-vis/
H A Dvis.c127 #define xtoa(c) L"0123456789abcdef"[c] macro
174 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()
175 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()