/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | system_error.cpp | 243 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 249 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 255 system_error::system_error(error_code ec) in system_error() function in system_error 261 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 267 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 273 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | eai_to_heim_errno.c | 50 krb5_eai_to_heim_errno(int eai_errno, int system_error) in krb5_eai_to_heim_errno()
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | exceptions.hpp | 42 class system_error : public std::runtime_error { class
|
H A D | exceptions.cpp | 50 atf::system_error::system_error(const std::string& who, in system_error() function in atf::system_error
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
H A D | exceptions.hpp | 54 class system_error : public error { class
|
H A D | exceptions_test.cpp | 50 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
|
H A D | exceptions.cpp | 57 process::system_error::system_error(const std::string& message_, in system_error() function in process::system_error
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/signals/ |
H A D | exceptions.hpp | 67 class system_error : public error { class
|
H A D | exceptions_test.cpp | 59 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
|
H A D | exceptions.cpp | 83 signals::system_error::system_error(const std::string& message_, in system_error() function in signals::system_error
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | exceptions.cpp | 38 tools::system_error::system_error(const std::string& who, in system_error() function in tools::system_error
|
H A D | exceptions.hpp | 79 class system_error : public std::runtime_error { class
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/ |
H A D | exceptions.hpp | 86 class system_error : public error { class
|
H A D | exceptions_test.cpp | 71 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
|
H A D | exceptions.cpp | 127 fs::system_error::system_error(const std::string& message_, const int errno_) : in system_error() function in fs::system_error
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-fs.c | 4470 int system_error; in TEST_IMPL() local
|