Searched refs:hex2ascii_data (Results 1 – 4 of 4) sorted by relevance
37 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
332 extern char const hex2ascii_data[];336 #define hex2ascii(hex) (hex2ascii_data[hex])
36 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
57 extern char const hex2ascii_data[];61 #define hex2ascii(hex) (hex2ascii_data[hex])