Searched refs:atf_tc_expect_exit (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dexpect_helpers.c94 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 Dtc.h116 void atf_tc_expect_exit(const int, const char *, ...)
H A Dtc.c1174 atf_tc_expect_exit(const int exitcode, const char *reason, ...) function
/bind-9.11.3/unit/atf-src/test-programs/
H A Dc_helpers.c289 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 Dtests.cpp381 atf_tc_expect_exit(exitcode, "%s", reason.c_str());

Completed in 66 milliseconds