Home
last modified time | relevance | path

Searched defs:system_error (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp194 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error
197 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error
200 system_error::system_error(error_code ec) : runtime_error(make_error_str(ec)), __ec_(ec) {} in system_error() function in system_error
202 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error
205 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error
208 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
/freebsd-src/contrib/atf/atf-c++/detail/
H A Dexceptions.hpp38 class system_error : public std::runtime_error { class
H A Dexceptions.cpp47 atf::system_error::system_error(const std::string& who, in system_error() function in atf::system_error
/freebsd-src/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c48 krb5_eai_to_heim_errno(int eai_errno, int system_error) in krb5_eai_to_heim_errno()
/freebsd-src/lib/librpcsec_gss/
H A Drpcsec_gss_misc.c37 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
/freebsd-src/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_misc.c40 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
/freebsd-src/contrib/kyua/utils/process/
H A Dexceptions.hpp54 class system_error : public error { class
H A Dexceptions_test.cpp50 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp57 process::system_error::system_error(const std::string& message_, in system_error() function in process::system_error
/freebsd-src/contrib/kyua/utils/signals/
H A Dexceptions.hpp67 class system_error : public error { class
H A Dexceptions_test.cpp59 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp83 signals::system_error::system_error(const std::string& message_, in system_error() function in signals::system_error
/freebsd-src/contrib/kyua/utils/fs/
H A Dexceptions.hpp86 class system_error : public error { class
H A Dexceptions_test.cpp71 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp127 fs::system_error::system_error(const std::string& message_, const int errno_) : in system_error() function in fs::system_error
/freebsd-src/include/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member
/freebsd-src/sys/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member