Searched refs:hex_char (Results 1 – 1 of 1) sorted by relevance
132 static char hex_char(char nibble) in hex_char() function152 *output++ = hex_char(*input >> 4); in IMTrace_Bin2String()153 *output++ = hex_char(*input++ & 0xF); in IMTrace_Bin2String()