Searched refs:atf_tc_expect_exit (Results 1 - 5 of 5) sorted by relevance
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | expect_helpers.c | 94 atf_tc_expect_exit(-1, "Call will exit"); 101 atf_tc_expect_exit(123, "Call will exit"); 108 atf_tc_expect_exit(-1, "Call won't exit");
|
| /bind-9.11.3/unit/atf-src/atf-c/ |
| H A D | tc.h | 116 void atf_tc_expect_exit(const int, const char *, ...)
|
| H A D | tc.c | 1174 atf_tc_expect_exit(const int exitcode, const char *reason, ...) function
|
| /bind-9.11.3/unit/atf-src/test-programs/ |
| H A D | c_helpers.c | 289 atf_tc_expect_exit(-1, "Call will exit"); 296 atf_tc_expect_exit(123, "Call will exit"); 303 atf_tc_expect_exit(-1, "Call won't exit");
|
| /bind-9.11.3/unit/atf-src/atf-c++/ |
| H A D | tests.cpp | 381 atf_tc_expect_exit(exitcode, "%s", reason.c_str());
|
Completed in 28 milliseconds