Home
last modified time | relevance | path

Searched refs:test_strn_eq (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtestutil.h356 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 Dendecode_test.c32 #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/crypto/openssl/test/testutil/
H A Dtests.c304 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() function