Searched defs:system_error (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/libc++/src/ |
| D | system_error.cpp | 155 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 161 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 167 system_error::system_error(error_code ec) in system_error() function in system_error 173 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 179 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 185 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | eai_to_heim_errno.c | 48 krb5_eai_to_heim_errno(int eai_errno, int system_error) in krb5_eai_to_heim_errno()
|
| /trueos/contrib/atf/atf-c++/detail/ |
| D | exceptions.hpp | 38 class system_error : public std::runtime_error { class
|
| D | exceptions.cpp | 47 atf::system_error::system_error(const std::string& who, in system_error() function in atf::system_error
|
| /trueos/lib/librpcsec_gss/ |
| HD | rpcsec_gss_misc.c | 37 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
|
| /trueos/sys/rpc/rpcsec_gss/ |
| HD | rpcsec_gss_misc.c | 41 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
|
| /trueos/include/rpc/ |
| HD | rpcsec_gss.h | 132 int system_error; /* same as errno */ member
|
| /trueos/sys/rpc/ |
| HD | rpcsec_gss.h | 132 int system_error; /* same as errno */ member
|