Searched refs:assert_ptr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/regress/sbin/iked/test_helper/ |
| H A D | test_helper.h | 67 void assert_ptr(const char *file, int line, 106 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ) 133 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE) 158 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT) 183 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE) 208 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT) 233 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
|
| H A D | test_helper.c | 419 assert_ptr(const char *file, int line, const char *a1, const char *a2, in assert_ptr() function
|
| /openbsd-src/regress/usr.bin/ssh/unittests/test_helper/ |
| H A D | test_helper.c | 339 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_string() 340 assert_ptr(file, line, a2, "NULL", aa2, NULL, TEST_NE); in assert_string() 378 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_mem() 379 assert_ptr(file, line, a2, "NULL", aa2, NULL, TEST_NE); in assert_mem() 419 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_mem_filled() 551 assert_ptr(const char *file, int line, const char *a1, const char *a2, in assert_ptr() function
|
| H A D | test_helper.h | 79 void assert_ptr(const char *file, int line, 123 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ) 154 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE) 183 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT) 212 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE) 241 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT) 270 assert_ptr(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
|