Searched refs:hex2ascii_data (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dbcd.c38 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
H A Dstand.h341 extern char const hex2ascii_data[];
345 #define hex2ascii(hex) (hex2ascii_data[hex])

Completed in 58 milliseconds