Searched defs:tohex (Results 1 – 6 of 6) sorted by relevance
40 tohex(char **buf, int len, uint32_t val) in tohex() function
386 tohex(const void *_s, size_t l) in tohex() function
1554 tohex(const void *vp, size_t l) in tohex() function
1004 #define tohex Fssh_tohex macro
3681 tohex(int c) in tohex() function
5986 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) in get_string() macro