Searched refs:test_memory_null_empty (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | format_output.c | 413 static void test_memory_null_empty(const unsigned char *m, char c) in test_memory_null_empty() function 444 test_memory_null_empty(m1, ' '); in test_fail_memory_common() 447 test_memory_null_empty(m1, '-'); in test_fail_memory_common() 448 test_memory_null_empty(m2, '+'); in test_fail_memory_common() 492 test_memory_null_empty(m1, '-'); in test_fail_memory_common() 496 test_memory_null_empty(m2, '+'); in test_fail_memory_common()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | format_output.c | 412 static void test_memory_null_empty(const unsigned char *m, char c) in test_memory_null_empty() function 443 test_memory_null_empty(m1, ' '); in test_fail_memory_common() 446 test_memory_null_empty(m1, '-'); in test_fail_memory_common() 447 test_memory_null_empty(m2, '+'); in test_fail_memory_common() 491 test_memory_null_empty(m1, '-'); in test_fail_memory_common() 495 test_memory_null_empty(m2, '+'); in test_fail_memory_common()
|