Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c364 char ch, str_hex[3]; in recv_response() local
413 str_hex[2] = 0; in recv_response()
425 str_hex[j++] = ch; in recv_response()
436 tmp = strtoul(str_hex, NULL, 16); in recv_response()