Searched defs:tohex (Results 1 – 5 of 5) sorted by relevance
116 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro
82 #define tohex ssh_tohex macro
1502 tohex(const void *vp, size_t l) in tohex() function
63 tohex (int c) in tohex() function