Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dir-tests.c419 char *buf_hex; in cper_log_section_binary_test()
420 int buf_hex_len = to_hex((unsigned char *)buf, size, &buf_hex); in cper_log_section_binary_test()
426 printf("%.*s\n", buf_hex_len, buf_hex); in cper_log_section_binary_test()
428 assert(memcmp(buf_hex, cper_buf_hex, buf_hex_len) == 0); in cper_log_section_binary_test()
430 free(buf_hex);
410 char *buf_hex; cper_log_section_binary_test() local