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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp342 static char const s_achDigitsLower[17] = "0123456789abcdef"; local
344 const char *pchDigits = !(fFlags & RTSTR_F_CAPITAL) ? s_achDigitsLower : s_achDigitsUpper;

Completed in 47 milliseconds