Home
last modified time | relevance | path

Searched defs:hex2ascii (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/sys/
H A Dlibkern.h61 #define hex2ascii(hex) (hex2ascii_data[hex]) macro
/dflybsd-src/libexec/rtld-elf/
H A Drtld_printf.c94 #define hex2ascii(hex) (hex2ascii_lower[hex]) macro
/dflybsd-src/stand/lib/
H A Dstand.h336 #define hex2ascii(hex) (hex2ascii_data[hex]) macro