Searched defs:hexdig (Results 1 – 4 of 4) sorted by relevance
34 unsigned char hexdig[256]; variable
540 #define hexdig __hexdig_D2A macro
76 const char hexdig[] = "0123456789abcdef"; variable
268 static const char hexdig[] = "0123456789ABCDEF"; in do_hex_dump() local