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