Home
last modified time | relevance | path

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

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