Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/
H A Dsystem_error.cpp244 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 Deai_to_heim_errno.c48 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 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-12.1/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_misc.c43 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
/freebsd-12.1/lib/librpcsec_gss/
H A Drpcsec_gss_misc.c39 _rpc_gss_set_error(int rpc_gss_error, int system_error) in _rpc_gss_set_error()
/freebsd-12.1/include/rpc/
H A Drpcsec_gss.h134 int system_error; /* same as errno */ member
/freebsd-12.1/sys/rpc/
H A Drpcsec_gss.h134 int system_error; /* same as errno */ member