Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_sel.c265 hex2ascii (uint8_t * hexChars, uint8_t numBytes) in hex2ascii() argument
275 if((hexChars[count]<0x40)||(hexChars[count]>0x7e)) in hex2ascii()
278 hexString[count]=hexChars[count]; in hex2ascii()