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

/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c1832 unsigned char *byteStr, *hexStr; local
1853 byteStr = (unsigned char *)MALLOC(newLen+1);
1854 expName.value = (char *)byteStr;
1856 *byteStr = (strchr(hexChars, *hexStr++) - hexChars) << 4;
1857 *byteStr += (strchr(hexChars, *hexStr++) - hexChars);
1858 byteStr++;

Completed in 60 milliseconds