| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | parser.cpp | 105 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()
|
| H A D | application.cpp | 284 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()
|
| H A D | ui.hpp | 48 std::string format_error(const std::string&, const std::string&);
|
| H A D | parser.hpp | 81 class format_error : public std::runtime_error { class 83 format_error(const std::string&);
|
| H A D | ui.cpp | 123 impl::format_error(const std::string& prog_name, const std::string& error) in format_error() function in impl
|
| H A D | atf-run.cpp | 377 } catch (const tools::parser::format_error& e) { in run_test_program()
|
| H A D | test-program.cpp | 668 throw tools::parser::format_error("Test program returned failure " in get_metadata()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | format | 16 // [format.error], class format_error 17 class format_error : public runtime_error { 19 explicit format_error(const string& what_arg); 20 explicit format_error(const char* what_arg); 78 class _LIBCPP_EXCEPTION_ABI format_error : public runtime_error { 80 _LIBCPP_INLINE_VISIBILITY explicit format_error(const string& __s) 82 _LIBCPP_INLINE_VISIBILITY explicit format_error(const char* __s) 84 virtual ~format_error() noexcept; 96 throw format_error(__s);
|
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | exceptions.cpp | 53 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()
|
| H A D | exceptions_test.cpp | 46 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()
|
| H A D | exceptions.hpp | 51 class format_error : public error { class 53 explicit format_error(const std::string&); 54 virtual ~format_error(void) throw();
|
| H A D | metadata.cpp | 1028 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/ |
| H A D | strfmon.c | 175 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/apache2/llvm/dist/libcxx/src/ |
| H A D | format.cpp | 15 format_error::~format_error() noexcept = default;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | format.h | 121 extern void format_error (st_parameter_dt *, const fnode *, const char *); 122 internal_proto(format_error);
|
| H A D | format.c | 1267 format_error (st_parameter_dt *dtp, const fnode *f, const char *message) in format_error() function 1417 format_error (dtp, NULL, fmt->error); in parse_format() 1512 format_error (dtp, NULL, reversion_error); in next_format()
|
| H A D | transfer.c | 1329 format_error (dtp, f, buffer); in require_type() 1349 format_error (dtp, f, buffer); in check_dtio_proc() 1368 format_error (dtp, f, buffer); in require_numeric_type() 1660 format_error (dtp, f, "Constant string in input format"); in formatted_transfer_scalar_read()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | format.h | 121 extern void format_error (st_parameter_dt *, const fnode *, const char *); 122 internal_proto(format_error);
|
| H A D | format.c | 1274 format_error (st_parameter_dt *dtp, const fnode *f, const char *message) in format_error() function 1424 format_error (dtp, NULL, fmt->error); in parse_format() 1519 format_error (dtp, NULL, reversion_error); in next_format()
|
| H A D | transfer.c | 1457 format_error (dtp, f, buffer); in require_type() 1477 format_error (dtp, f, buffer); in check_dtio_proc() 1496 format_error (dtp, f, buffer); in require_numeric_type() 1800 format_error (dtp, f, "Constant string in input format"); in formatted_transfer_scalar_read()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | mmo.c | 1040 goto format_error; in mmo_get_spec_section() 1045 goto format_error; in mmo_get_spec_section() 1048 goto format_error; in mmo_get_spec_section() 1057 goto format_error; in mmo_get_spec_section() 1129 goto format_error; in mmo_get_spec_section() 1136 goto format_error; in mmo_get_spec_section() 1169 format_error: in mmo_get_spec_section()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | mmo.c | 1036 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/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2015 | 4 io/format.c (format_error): Remove unneeded memory cleanup. 292 * io/format.c (format_error): Add checks before freeing memory
|
| H A D | ChangeLog-2014 | 253 * io/format.c (format_error): Avoid invalid string pointer by
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | FormatProposalStatus.csv | 4 [format.error],"Class format_error",,Mark de Wever,`D92214 <https://llvm.org/D92214>`__,|Complete|,…
|