Searched refs:hex2ascii_data (Results 1 – 4 of 4) sorted by relevance
39 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable40 CTASSERT(nitems(hex2ascii_data) == LIBKERN_LEN_HEX2ASCII + 1);
35 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
385 extern char const hex2ascii_data[];389 #define hex2ascii(hex) (hex2ascii_data[hex])
51 extern char const hex2ascii_data[];81 return (hex2ascii_data[hex]); in hex2ascii()