Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld_printf.c94 #define hex2ascii(hex) (hex2ascii_lower[hex]) macro
/freebsd/sys/sys/
H A Dlibkern.h74 hex2ascii(int hex) in hex2ascii() function
/freebsd/lib/libsecureboot/
H A Dvets.c741 char const hex2ascii[] = "0123456789abcdef"; in hexdigest() local
/freebsd/stand/libsa/
H A Dstand.h394 #define hex2ascii(hex) (hex2ascii_data[hex]) macro