Searched refs:fmt_tohex (Results 1 – 1 of 1) sorted by relevance
462 static char fmt_tohex(char c);465 static char fmt_tohex(char c) { in fmt_tohex() function476 dest[written] = fmt_tohex(s[i]>>4); in fmt_hexdump()477 dest[written+1] = fmt_tohex(s[i]&15); in fmt_hexdump()