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

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/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.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)
190 throw usage_error("Option -%c requires an argument.",
194 throw usage_error("Unknown option -%c.", ::optopt);
293 throw usage_error("
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dexport.sh51 usage_error() { function
63 [ ${#} -eq 2 ] || usage_error
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtp_main.c213 err = usage_error("-v requires an argument of the form var=value");
312 err = usage_error("Invalid test case part `%s'", delim);
353 err = usage_error("Option -%c requires an argument.", optopt);
358 err = usage_error("Unknown option -%c.", optopt);
373 err = usage_error("Cannot provide test case names with -l");
376 err = usage_error("Must provide a test case name");
380 err = usage_error("Cannot provide more than one test case "
486 err = usage_error("Unknown test case `%s'", p->m_tcname);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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 output 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");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-check.cpp174 throw atf::application::usage_error("Invalid exit code for -s option; "
219 throw atf::application::usage_error("Invalid signal name or number "
243 throw atf::application::usage_error("Cannot negate eq checker");
254 throw atf::application::usage_error("Cannot negate ignore checker");
261 throw atf::application::usage_error("Cannot negate ne checker");
271 throw atf::application::usage_error("Invalid output checker");
292 throw atf::application::usage_error("Cannot negate ignore checker");
300 throw atf::application::usage_error("Cannot negate save checker");
303 throw atf::application::usage_error("Invalid output checker");
801 throw atf::application::usage_error("N
[all...]
H A Datf-sh.cpp131 throw atf::application::usage_error("No test program provided");
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dadmin.c350 goto usage_error;
356 goto usage_error;
368 goto usage_error;
407 goto usage_error;
419 goto usage_error;
460 goto usage_error;
474 goto usage_error;
509 goto usage_error;
520 goto usage_error;
528 usage_error
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp612 throw atf::application::usage_error("Unknown test case `%s'",
631 using atf::application::usage_error;
632 throw usage_error("Invalid test case part `%s'", partname.c_str());
675 using atf::application::usage_error;
683 throw usage_error("Cannot provide test case names with -l");
689 throw usage_error("Must provide a test case name");
691 throw usage_error("Cannot provide more than one test case name");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dtests.cpp612 throw atf::application::usage_error("Unknown test case `%s'",
631 using atf::application::usage_error;
632 throw usage_error("Invalid test case part `%s'", partname.c_str());
665 using atf::application::usage_error;
673 throw usage_error("Cannot provide test case names with -l");
679 throw usage_error("Must provide a test case name");
681 throw usage_error("Cannot provide more than one test case name");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-common.c422 goto usage_error;
427 goto usage_error;
433 goto usage_error;
452 usage_error:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpex-common.c422 goto usage_error;
427 goto usage_error;
433 goto usage_error;
452 usage_error:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-common.c422 goto usage_error;
427 goto usage_error;
433 goto usage_error;
452 usage_error:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c1691 goto usage_error;
1694 goto usage_error;
1698 usage_error:

Completed in 153 milliseconds