Searched refs:buf_hex_len (Results 1 – 1 of 1) sorted by relevance
420 int buf_hex_len = to_hex((unsigned char *)buf, size, &buf_hex); in cper_log_section_binary_test() local426 printf("%.*s\n", buf_hex_len, buf_hex); in cper_log_section_binary_test()427 assert(buf_hex_len == cper_buf_hex_len); in cper_log_section_binary_test()428 assert(memcmp(buf_hex, cper_buf_hex, buf_hex_len) == 0); in cper_log_section_binary_test()