Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_sel.c268 static char hexString[SEL_OEM_NOTS_DATA_LEN+1]; /*Max Size*/ in hex2ascii() local
276 hexString[count]='.'; in hex2ascii()
278 hexString[count]=hexChars[count]; in hex2ascii()
280 hexString[numBytes]='\0'; in hex2ascii()
281 return hexString; in hex2ascii()