Searched refs:hexchars (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libfetch/
H A Dhttp.c1125 static const char *hexchars = "0123456789abcdef"; variable
1134 Hex[i*2] = hexchars[j];
1136 Hex[i*2+1] = hexchars[j];

Completed in 82 milliseconds