Searched refs:usage_error (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/atf/atf-c++/detail/ |
| H A D | application.cpp | 61 impl::usage_error::usage_error(const char *fmt, ...) in usage_error() function in impl::usage_error 72 impl::usage_error::~usage_error(void) in ~usage_error() 78 impl::usage_error::what(void) in what() 178 throw usage_error("Option -%c requires an argument.", in process_options() 182 throw usage_error("Unknown option -%c.", ::optopt); in process_options() 232 } catch (const usage_error& e) { in run()
|
| H A D | application.hpp | 41 class usage_error : public std::runtime_error { class 45 usage_error(const char*, ...) throw(); 46 ~usage_error(void) throw();
|
| /freebsd-12.1/sys/contrib/zstd/tests/gzip/ |
| H A D | test-driver.sh | 34 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-12.1/contrib/libevent/ |
| H A D | test-driver | 34 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-12.1/contrib/openpam/ |
| H A D | test-driver | 34 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-12.1/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | test-driver | 34 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-12.1/contrib/atf/atf-c/detail/ |
| H A D | tp_main.c | 214 err = usage_error("-v requires an argument of the form var=value"); in parse_vflag() 313 err = usage_error("Invalid test case part `%s'", delim); in handle_tcarg() 356 err = usage_error("Option -%c requires an argument.", optopt); in process_params() 361 err = usage_error("Unknown option -%c.", optopt); in process_params() 377 err = usage_error("Cannot provide test case names with -l"); in process_params() 380 err = usage_error("Must provide a test case name"); in process_params() 384 err = usage_error("Cannot provide more than one test case " in process_params() 490 err = usage_error("Unknown test case `%s'", p->m_tcname); in run_tc()
|
| /freebsd-12.1/contrib/atf/atf-c++/ |
| H A D | tests.cpp | 78 using atf::application::usage_error; 443 throw usage_error("Cannot find the test program in the source " in handle_srcdir() 503 throw usage_error("Unknown test case `%s'", name.c_str()); in find_tc() 521 throw usage_error("Invalid test case part `%s'", partname.c_str()); in process_tcarg() 590 throw usage_error("Option -%c requires an argument.", ::optopt); in safe_main() 595 throw usage_error("Unknown option -%c.", ::optopt); in safe_main() 615 throw usage_error("Cannot provide test case names with -l"); in safe_main() 621 throw usage_error("Must provide a test case name"); in safe_main() 623 throw usage_error("Cannot provide more than one test case name"); in safe_main() 652 } catch (const usage_error& e) { in run_tp()
|
| /freebsd-12.1/contrib/atf/atf-sh/ |
| H A D | atf-check.cpp | 174 throw atf::application::usage_error("Invalid exit code for -s option; " in parse_exit_code() 220 throw atf::application::usage_error("Invalid signal name or number " in parse_signal() 244 throw atf::application::usage_error("Cannot negate eq checker"); in parse_status_check_arg() 255 throw atf::application::usage_error("Cannot negate ignore checker"); in parse_status_check_arg() 262 throw atf::application::usage_error("Cannot negate ne checker"); in parse_status_check_arg() 272 throw atf::application::usage_error("Invalid status checker"); in parse_status_check_arg() 293 throw atf::application::usage_error("Cannot negate ignore checker"); in parse_output_check_arg() 301 throw atf::application::usage_error("Cannot negate save checker"); in parse_output_check_arg() 304 throw atf::application::usage_error("Invalid output checker"); in parse_output_check_arg() 802 throw atf::application::usage_error("No command specified"); in main() [all …]
|
| H A D | atf-sh.cpp | 163 throw atf::application::usage_error("No test program provided"); in main()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | pex-common.c | 391 goto usage_error; in pex_input_pipe() 396 goto usage_error; in pex_input_pipe() 402 goto usage_error; in pex_input_pipe() 421 usage_error: in pex_input_pipe()
|