Home
last modified time | relevance | path

Searched refs:test_strn_ne (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtestutil.h361 int test_strn_ne(const char *file, int line, const char *, const char *,
517 # define TEST_strn_ne(a, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, n, b, n)
519 # define TEST_strn2_ne(a, m, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, m, b, n)
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c320 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, in test_strn_ne() function