Searched defs:hex2ascii_upper (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld_printf.c93 static char const hex2ascii_upper[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; variable
95 #define hex2ascii_upper(hex) (hex2ascii_upper[hex]) macro

Completed in 45 milliseconds