Home
last modified time | relevance | path

Searched refs:format_error (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/bsd/atf/dist/tools/
Dparser.cpp105 impl::format_error::format_error(const std::string& w) : in format_error() function in impl::format_error
305 using impl::format_error; in read_headers()
330 throw format_error("Could not determine content type"); in read_headers()
342 throw format_error("Unexpected end of stream"); in read_headers()
366 using impl::format_error; in validate_content_type()
370 throw format_error("Could not determine content type"); in validate_content_type()
374 throw format_error("Mismatched content type: expected `" + fmt + in validate_content_type()
378 throw format_error("Could not determine version"); in validate_content_type()
381 throw format_error("Mismatched version: expected `" + in validate_content_type()
Dapplication.cpp284 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n" in run()
290 std::cerr << ui::format_error(m_prog_name, std::string(e.what())) in run()
294 std::cerr << ui::format_error(m_prog_name, std::string("Caught " in run()
298 std::cerr << ui::format_error(m_prog_name, std::string("Caught " in run()
Dui.hpp48 std::string format_error(const std::string&, const std::string&);
Dparser.hpp81 class format_error : public std::runtime_error { class
83 format_error(const std::string&);
Dui.cpp123 impl::format_error(const std::string& prog_name, const std::string& error) in format_error() function in impl
Datf-run.cpp377 } catch (const tools::parser::format_error& e) { in run_test_program()
Dtest-program.cpp668 throw tools::parser::format_error("Test program returned failure " in get_metadata()
/netbsd/src/external/bsd/kyua-cli/dist/engine/
Dexceptions.cpp53 engine::format_error::format_error(const std::string& message) : in format_error() function in engine::format_error
60 engine::format_error::~format_error(void) throw() in ~format_error()
Dexceptions_test.cpp46 ATF_TEST_CASE_WITHOUT_HEAD(format_error);
47 ATF_TEST_CASE_BODY(format_error) in ATF_TEST_CASE_BODY() argument
49 const engine::format_error e("Some other text"); in ATF_TEST_CASE_BODY()
75 ATF_ADD_TEST_CASE(tcs, format_error); in ATF_INIT_TEST_CASES()
Dexceptions.hpp51 class format_error : public error { class
53 explicit format_error(const std::string&);
54 virtual ~format_error(void) throw();
Dmetadata.cpp1028 throw engine::format_error(F("Unknown metadata property %s") % key); in set_string()
1030 throw engine::format_error( in set_string()
/netbsd/src/lib/libc/stdlib/
Dstrfmon.c175 goto format_error; in vstrfmon_l()
182 goto format_error; in vstrfmon_l()
187 goto format_error; in vstrfmon_l()
217 goto format_error; in vstrfmon_l()
226 goto format_error; in vstrfmon_l()
243 goto format_error; in vstrfmon_l()
419 format_error: in vstrfmon_l()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dmmo.c1036 goto format_error; in mmo_get_spec_section()
1041 goto format_error; in mmo_get_spec_section()
1044 goto format_error; in mmo_get_spec_section()
1053 goto format_error; in mmo_get_spec_section()
1125 goto format_error; in mmo_get_spec_section()
1132 goto format_error; in mmo_get_spec_section()
1165 format_error: in mmo_get_spec_section()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dmmo.c1036 goto format_error; in mmo_get_spec_section()
1041 goto format_error; in mmo_get_spec_section()
1044 goto format_error; in mmo_get_spec_section()
1053 goto format_error; in mmo_get_spec_section()
1125 goto format_error; in mmo_get_spec_section()
1132 goto format_error; in mmo_get_spec_section()
1165 format_error: in mmo_get_spec_section()