Searched refs:assert_ptr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/regress/unittests/test_helper/ |
| H A D | test_helper.h | 89 void assert_ptr(const char *file, int line, 136 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ) 167 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE) 196 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT) 225 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE) 254 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT) 283 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
|
| H A D | test_helper.c | 413 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_string() 414 assert_ptr(file, line, a2, "NULL", aa2, NULL, TEST_NE); in assert_string() 435 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_mem() 436 assert_ptr(file, line, a2, "NULL", aa2, NULL, TEST_NE); in assert_mem() 476 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_mem_filled() 649 assert_ptr(const char *file, int line, const char *a1, const char *a2, in assert_ptr() function
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.h | 508 # define assert_ptr(a, op, b) munit_assert_ptr(a, op, b) macro
|