Searched refs:assert_int (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/regress/lib/libutil/fmt_scaled/ |
| H A D | fmt_test.c | 22 static int assert_int(int testnum, int checknum, int expect, int result); 138 errs += assert_int(i, 1, ret, ddata[i].err == 0 ? 0 : -1); in fmt_test() 289 errs += assert_int(i, 1, ret, sdata[i].err == 0 ? 0 : -1); in scan_test() 301 assert_int(int testnum, int check, int expect, int result) in assert_int() function
|
| /openbsd-src/regress/sbin/iked/test_helper/ |
| H A D | test_helper.h | 52 void assert_int(const char *file, int line, 96 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ) 123 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE) 148 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT) 173 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE) 198 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT) 223 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
|
| H A D | test_helper.c | 314 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int() function
|
| /openbsd-src/regress/usr.bin/ssh/unittests/test_helper/ |
| H A D | test_helper.h | 61 void assert_int(const char *file, int line, 111 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ) 142 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE) 171 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT) 200 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE) 229 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT) 258 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
|
| H A D | test_helper.c | 435 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int() function
|