/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | system_error.cpp | 247 system_error::system_error(error_code ec, const string& what_arg) system_error() function in system_error 253 system_error::system_error(error_code ec, const char* what_arg) system_error() function in system_error 259 system_error::system_error(error_code ec) system_error() function in system_error 265 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) system_error() function in system_error 271 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) system_error() function in system_error 277 system_error::system_error(int ev, const error_category& ecat) system_error() function in system_error [all...] |
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | exceptions.hpp | 38 class system_error : public std::runtime_error { class
|
H A D | exceptions.cpp | 47 atf::system_error::system_error(const std::string& who, in system_error() function in atf::system_error
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | eai_to_heim_errno.c | 48 krb5_eai_to_heim_errno(int eai_errno, int system_error) in krb5_eai_to_heim_errno()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss_misc.c | 40 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
|
/freebsd/lib/librpcsec_gss/ |
H A D | rpcsec_gss_misc.c | 37 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
|
/freebsd/contrib/kyua/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
|
/freebsd/contrib/kyua/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
|
/freebsd/contrib/kyua/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
|
/freebsd/include/rpc/ |
H A D | rpcsec_gss.h | 132 int system_error; /* same as errno */ member
|
/freebsd/sys/rpc/ |
H A D | rpcsec_gss.h | 132 int system_error; /* same as errno */ member
|