Searched refs:buf_hex (Results 1 – 1 of 1) sorted by relevance
419 char *buf_hex; in cper_log_section_binary_test() local420 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); in cper_log_section_binary_test()