Searched defs:tohex (Results 1 – 7 of 7) sorted by relevance
160 tohex (int ch) in tohex() function
234 tohex (int nib) in tohex() function
742 tohex(const void *vp, size_t l) in tohex() function
545 #define tohex ssh_tohex macro
2682 tohex(int c) in tohex() function
2397 tohex (int nib) in tohex() function
4985 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro