Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/sys/
H A Dt_select.c61 xtoa(uint8_t n) xtoa() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.c128 #define xtoa(c) "0123456789abcdef"[c] macro
/netbsd-src/lib/libc/gen/
H A Dvis.c130 #define xtoa(c) L"0123456789abcdef"[c] macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite.c956 xtoa (GFC_UINTEGER_LARGEST n, char *buffer, size_t len) in xtoa() function