Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/test_helper/
Dtest_helper.c325 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_string()
326 assert_ptr(file, line, a2, "NULL", aa2, NULL, TEST_NE); in assert_string()
362 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_mem()
363 assert_ptr(file, line, a2, "NULL", aa2, NULL, TEST_NE); in assert_mem()
398 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_mem_filled()
528 assert_ptr(const char *file, int line, const char *a1, const char *a2, in assert_ptr() function
Dtest_helper.h79 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)