Searched refs:test_strn_eq (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | testutil.h | 356 int test_strn_eq(const char *file, int line, const char *, const char *, 499 # define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, n, b, n) 501 # 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 | 32 #define TEST_FL_strn_eq(a, b, n) test_strn_eq(file, line, #a, #b, a, n, b, n) 33 #define TEST_FL_strn2_eq(a, m, b, n) test_strn_eq(file, line, #a, #b, a, m, b, n)
|
| /freebsd-14.2/crypto/openssl/test/testutil/ |
| H A D | tests.c | 305 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() function
|