Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c61 hex2ascii(char *aString, int aLen) in hex2ascii() function
208 str = hex2ascii(modv, modv_len); in evalue()
/illumos-gate/usr/src/boot/libsa/
H A Dprintf.c206 c = hex2ascii(num % base); in ksprintn()
369 PCHAR(hex2ascii(*up >> 4)); in kvprintf()
370 PCHAR(hex2ascii(*up & 0x0f)); in kvprintf()
H A Dstand.h374 #define hex2ascii(hex) (hex2ascii_data[hex]) macro