Searched refs:test_strn_eq (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | testutil.h | 357 int test_strn_eq(const char *file, int line, const char *, const char *, 514 #define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, n, b, n) 516 #define TEST_strn2_eq(a, m, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, m, b, n)
|
| H A D | endecode_test.c | 36 #define TEST_FL_strn_eq(a, b, n) test_strn_eq(file, line, #a, #b, a, n, b, n) 37 #define TEST_FL_strn2_eq(a, m, b, n) test_strn_eq(file, line, #a, #b, a, m, b, n)
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | tests.c | 304 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() function
|