Lines Matching refs:b2
46 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_string_common() local
78 b2[n2 = l2 > width ? width : l2] = 0; in test_fail_string_common()
80 b2[i] = isprint((unsigned char)m2[i]) ? m2[i] : '.'; in test_fail_string_common()
97 test_printf_stderr("%4u: '%s'\n", cnt, n2 > n1 ? b2 : b1); in test_fail_string_common()
106 test_printf_stderr("%4u:+ '%s'\n", cnt, b2); in test_fail_string_common()
272 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_bignum_common() local
320 n2 = convert_bn_memory(m2, bytes, b2, &lz2, bn2); in test_fail_bignum_common()
326 if (b1[i] == b2[i] || b1[i] == ' ' || b2[i] == ' ') { in test_fail_bignum_common()
328 diff |= b1[i] != b2[i]; in test_fail_bignum_common()
335 test_printf_stderr(" %s:% 5d\n", n2 > n1 ? b2 : b1, cnt); in test_fail_bignum_common()
342 test_printf_stderr("+%s\n", b2); in test_fail_bignum_common()
344 test_printf_stderr("+%s:% 5d\n", b2, cnt); in test_fail_bignum_common()
431 char b1[MAX_STRING_WIDTH + 1], b2[MAX_STRING_WIDTH + 1]; in test_fail_memory_common() local
463 hex_convert_memory(m2, n2, b2, 8); in test_fail_memory_common()
497 test_printf_stderr("%04x:+%s\n", cnt, b2); in test_fail_memory_common()