Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libc-vis/
Dvis.c104 #define xtoa(c) L"0123456789abcdef"[c] macro
148 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()
149 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()