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

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.hpp38 // The "usage_error" class.
41 class usage_error : public std::runtime_error { class in namespace:atf::application
45 usage_error(const char*, ...) throw();
46 ~usage_error(void) throw();
H A Dapplication.cpp58 // The "usage_error" class.
61 impl::usage_error::usage_error(const char *fmt, ...) function in class:impl::usage_error
63 std::runtime_error("usage_error; message unformatted")
72 impl::usage_error::~usage_error(void)
78 impl::usage_error::what(void)
178 throw usage_error("Option -%c requires an argument.",
182 throw usage_error("Unknown option -%c.", ::optopt);
232 } catch (const usage_error
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dtest-driver34 usage_error () function
70 -*) usage_error "invalid option: '$1'";;
81 usage_error "the following mandatory options are missing:$missing_opts"
85 usage_error "missing argument"
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver34 usage_error () function
70 -*) usage_error "invalid option: '$1'";;
81 usage_error "the following mandatory options are missing:$missing_opts"
85 usage_error "missing argument"
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtp_main.c214 err = usage_error("-v requires an argument of the form var=value");
313 err = usage_error("Invalid test case part `%s'", delim);
356 err = usage_error("Option -%c requires an argument.", optopt);
361 err = usage_error("Unknown option -%c.", optopt);
377 err = usage_error("Cannot provide test case names with -l");
380 err = usage_error("Must provide a test case name");
384 err = usage_error("Cannot provide more than one test case "
490 err = usage_error("Unknown test case `%s'", p->m_tcname);
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp174 throw atf::application::usage_error("Invalid exit code for -s option; "
220 throw atf::application::usage_error("Invalid signal name or number "
244 throw atf::application::usage_error("Cannot negate eq checker");
255 throw atf::application::usage_error("Cannot negate ignore checker");
262 throw atf::application::usage_error("Cannot negate ne checker");
272 throw atf::application::usage_error("Invalid status checker");
293 throw atf::application::usage_error("Cannot negate ignore checker");
301 throw atf::application::usage_error("Cannot negate save checker");
304 throw atf::application::usage_error("Invalid output checker");
801 throw atf::application::usage_error("N
[all...]
H A Datf-sh.cpp163 throw atf::application::usage_error("No test program provided");
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp78 using atf::application::usage_error;
443 throw usage_error("Cannot find the test program in the source "
503 throw usage_error("Unknown test case `%s'", name.c_str());
521 throw usage_error("Invalid test case part `%s'", partname.c_str());
590 throw usage_error("Option -%c requires an argument.", ::optopt);
595 throw usage_error("Unknown option -%c.", ::optopt);
615 throw usage_error("Cannot provide test case names with -l");
621 throw usage_error("Must provide a test case name");
623 throw usage_error("Cannot provide more than one test case name");
652 } catch (const usage_error
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-common.c391 goto usage_error;
396 goto usage_error;
402 goto usage_error;
421 usage_error:

Completed in 105 milliseconds