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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dprintf.c179 c = hex2ascii(num % base);
330 PCHAR(hex2ascii(*up >> 4));
331 PCHAR(hex2ascii(*up & 0x0f));
H A Dstand.h345 #define hex2ascii(hex) (hex2ascii_data[hex]) macro
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c61 hex2ascii(char *aString, int aLen) function
206 str = hex2ascii(modv, modv_len);

Completed in 60 milliseconds