Searched refs:to_hex (Results 1 – 2 of 2) sorted by relevance
40 static int to_hex(int c) in to_hex() function54 return to_hex(c) >= 0; in is_hex()127 while ((digit = to_hex(*str)) >= 0) in FindHex()
58 static int to_hex (unsigned char ch, unsigned char *s) in to_hex() function111 to_hex (s[x], &out[c]); in wdb_encode_str_alloc()