Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_fru.c91 static const char bcd_plus[] = "0123456789 -.:,_"; in get_fru_area_str() local
148 str[k] = bcd_plus[(data[off+k] & 0x0f)]; in get_fru_area_str()