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