Searched refs:hexString (Results 1 – 1 of 1) sorted by relevance
268 static char hexString[SEL_OEM_NOTS_DATA_LEN+1]; /*Max Size*/ in hex2ascii() local276 hexString[count]='.'; in hex2ascii()278 hexString[count]=hexChars[count]; in hex2ascii()280 hexString[numBytes]='\0'; in hex2ascii()281 return hexString; in hex2ascii()