HomeSort by: relevance | last modified time | path
    Searched refs:TEST_strn_ne (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 223 int test_strn_ne(const char *file, int line, const char *, const char *,
355 # define TEST_strn_ne(a, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, b, n)
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 359 int test_strn_ne(const char *file, int line, const char *, const char *,
515 #define TEST_strn_ne(a, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, n, b, n)
517 #define TEST_strn2_ne(a, m, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, m, b, n)
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 358 int test_strn_ne(const char *file, int line, const char *, const char *,
500 # define TEST_strn_ne(a, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, n, b, n)
502 # define TEST_strn2_ne(a, m, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, m, b, n)

Completed in 28 milliseconds