Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp247 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 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/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/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/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/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/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/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/include/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member
/freebsd/sys/rpc/
H A Drpcsec_gss.h132 int system_error; /* same as errno */ member