Searched refs:strhex (Results 1 – 1 of 1) sorted by relevance
168 size_t strhex_to_str(char *p, size_t len, const char *strhex) in strhex_to_str() argument176 for (i = 0; i < len && strhex[i] != 0; i++) { in strhex_to_str()182 if (!(p1 = strchr(hexchars, toupper(strhex[i])))) in strhex_to_str()187 if (!(p2 = strchr(hexchars, toupper(strhex[i])))) in strhex_to_str()