Home
last modified time | relevance | path

Searched refs:hexChars (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/gss/gssd/
H A Dgssdtest.c1820 static char hexChars[] = "0123456789ABCDEF"; variable
1856 *byteStr = (strchr(hexChars, *hexStr++) - hexChars) << 4;
1857 *byteStr += (strchr(hexChars, *hexStr++) - hexChars);