HomeSort by relevance Sort by last modified time
    Searched refs:assert_ptr (Results 1 - 2 of 2) sorted by null

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

Completed in 518 milliseconds