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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c61 xtoa(uint8_t n) function
79 buf[j++] = xtoa(N(p, k - 1));
/freebsd-11-stable/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-11-stable/contrib/libc-vis/
H A Dvis.c128 #define xtoa(c) L"0123456789abcdef"[c] macro
175 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf);
176 *dst++ = xtoa((unsigned int)c & 0xf);

Completed in 57 milliseconds