Searched refs:usage_error (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp42 // The "usage_error" class.
45 class usage_error : public std::runtime_error { class in namespace:atf::application
49 usage_error(const char*, ...) throw();
50 ~usage_error(void) throw();
H A Dapplication.cpp62 // The "usage_error" class.
65 impl::usage_error::usage_error(const char *fmt, ...) function in class:impl::usage_error
67 std::runtime_error("usage_error; message unformatted")
76 impl::usage_error::~usage_error(void)
82 impl::usage_error::what(void)
196 throw usage_error("Option -%c requires an argument.",
200 throw usage_error("Unknown option -%c.", ::optopt);
300 throw usage_error("
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtp_main.c219 err = usage_error("-v requires an argument of the form var=value");
318 err = usage_error("Invalid test case part `%s'", delim);
361 err = usage_error("Option -%c requires an argument.", optopt);
366 err = usage_error("Unknown option -%c.", optopt);
382 err = usage_error("Cannot provide test case names with -l");
385 err = usage_error("Must provide a test case name");
389 err = usage_error("Cannot provide more than one test case "
495 err = usage_error("Unknown test case `%s'", p->m_tcname);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp176 throw atf::application::usage_error("Invalid exit code for -s option; "
222 throw atf::application::usage_error("Invalid signal name or number "
246 throw atf::application::usage_error("Cannot negate eq checker");
257 throw atf::application::usage_error("Cannot negate ignore checker");
264 throw atf::application::usage_error("Cannot negate ne checker");
274 throw atf::application::usage_error("Invalid status checker");
295 throw atf::application::usage_error("Cannot negate ignore checker");
303 throw atf::application::usage_error("Cannot negate save checker");
306 throw atf::application::usage_error("Invalid output checker");
802 throw atf::application::usage_error("N
[all...]
H A Datf-sh.cpp133 throw atf::application::usage_error("No test program provided");
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp613 throw atf::application::usage_error("Unknown test case `%s'",
632 using atf::application::usage_error;
633 throw usage_error("Invalid test case part `%s'", partname.c_str());
676 using atf::application::usage_error;
684 throw usage_error("Cannot provide test case names with -l");
690 throw usage_error("Must provide a test case name");
692 throw usage_error("Cannot provide more than one test case name");

Completed in 18 milliseconds