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

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 221 int test_strn_eq(const char *file, int line, const char *, const char *,
354 # define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, b, n)
  /src/crypto/external/apache2/openssl/dist/test/
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)
  /src/crypto/external/bsd/openssl/dist/test/
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)

Completed in 15 milliseconds