Home
last modified time | relevance | path

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

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