Searched defs:hex_chars (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dutility.c131 static const char *hex_chars = "0123456789ABCDEF"; variable
547 *pbuf++ = hex_chars[((*pstr) >> 4) & 0xF];
548 *pbuf++ = hex_chars[(*pstr) & 0xF];

Completed in 28 milliseconds