Searched defs:system_error (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | system_error.cpp | 244 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 250 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 256 system_error::system_error(error_code ec) in system_error() function in system_error 262 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 268 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 274 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
| /freebsd-12.1/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-12.1/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-12.1/sys/rpc/rpcsec_gss/ |
| H A D | rpcsec_gss_misc.c | 43 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
|
| /freebsd-12.1/lib/librpcsec_gss/ |
| H A D | rpcsec_gss_misc.c | 39 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
|
| /freebsd-12.1/include/rpc/ |
| H A D | rpcsec_gss.h | 134 int system_error; /* same as errno */ member
|
| /freebsd-12.1/sys/rpc/ |
| H A D | rpcsec_gss.h | 134 int system_error; /* same as errno */ member
|