Home
last modified time | relevance | path

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

/freebsd-head/contrib/netbsd-tests/lib/libc/sys/
HDt_select.c61 xtoa(uint8_t n) in xtoa() function
79 buf[j++] = xtoa(N(p, k - 1)); in prmask()
/freebsd-head/crypto/heimdal/lib/roken/
HDvis.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-head/contrib/libc-vis/
HDvis.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()