| /freebsd-11-stable/contrib/llvm-project/libcxx/src/ |
| HD | system_error.cpp | 232 system_error::__init(const error_code& ec, string what_arg) in __init() 243 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 249 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 255 system_error::system_error(error_code ec) in system_error() function in system_error 261 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 267 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 273 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error 279 system_error::~system_error() _NOEXCEPT in ~system_error() 287 throw system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
|
| HD | ios.cpp | 78 : system_error(ec, msg) in failure() 83 : system_error(ec, msg) in failure()
|
| /freebsd-11-stable/contrib/atf/atf-c++/detail/ |
| D | exceptions.cpp | 47 atf::system_error::system_error(const std::string& who, in system_error() function in atf::system_error 55 atf::system_error::~system_error(void) in ~system_error() 61 atf::system_error::code(void) in code() 69 atf::system_error::what(void) in what() 98 throw atf::system_error("XXX", msg, ecode); in throw_libc_error()
|
| D | exceptions.hpp | 38 class system_error : public std::runtime_error { class 43 system_error(const std::string&, const std::string&, int); 44 ~system_error(void) throw();
|
| D | fs.cpp | 420 throw system_error(IMPL_NAME "::directory::directory(" + in directory() 430 throw system_error(IMPL_NAME "::directory::directory(" + in directory() 498 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")", in remove() 502 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")", in remove()
|
| D | exceptions_test.cpp | 92 } catch (const atf::system_error& e) { in ATF_TEST_CASE_BODY()
|
| D | fs_test.cpp | 507 ATF_REQUIRE_THROW(atf::system_error, remove(path("files/dir"))); in ATF_TEST_CASE_BODY()
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | system_error | 2 //===---------------------------- system_error ----------------------------===// 14 system_error synopsis 107 class system_error 111 system_error(error_code ec, const string& what_arg); 112 system_error(error_code ec, const char* what_arg); 113 system_error(error_code ec); 114 system_error(int ev, const error_category& ecat, const string& what_arg); 115 system_error(int ev, const error_category& ecat, const char* what_arg); 116 system_error(int ev, const error_category& ecat); 459 // system_error [all …]
|
| HD | module.modulemap | 443 module system_error { 444 header "system_error"
|
| HD | __errc | 14 system_error synopsis
|
| HD | ios | 216 #include <system_error> 429 : public system_error
|
| HD | thread | 92 #include <system_error>
|
| HD | filesystem | 242 #include <system_error> 1319 class _LIBCPP_AVAILABILITY_FILESYSTEM _LIBCPP_EXCEPTION_ABI filesystem_error : public system_error { 1323 : system_error(__ec, __what), 1330 : system_error(__ec, __what), 1338 : system_error(__ec, __what),
|
| HD | __mutex_base | 15 #include <system_error>
|
| /freebsd-11-stable/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() argument 41 _rpc_gss_error.system_error = system_error; in _rpc_gss_set_error()
|
| HD | rpcsec_gss_int.h | 86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /freebsd-11-stable/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() argument 45 _rpc_gss_error.system_error = system_error; in _rpc_gss_set_error()
|
| HD | rpcsec_gss_int.h | 86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /freebsd-11-stable/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() argument 83 return system_error; in krb5_eai_to_heim_errno()
|
| /freebsd-11-stable/include/rpc/ |
| HD | rpcsec_gss.h | 132 int system_error; /* same as errno */ member 175 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /freebsd-11-stable/lib/libc++/ |
| D | Makefile | 49 SRCS+= system_error.cpp 204 STD_HEADERS+= system_error
|
| /freebsd-11-stable/contrib/atf/atf-sh/ |
| HD | atf-check.cpp | 122 throw atf::system_error("atf_check::temp_file::temp_file(" + in temp_file() 134 } catch (const atf::system_error&) { in ~temp_file() 149 throw atf::system_error("atf_check", "write(2) failed", errno); in write()
|
| /freebsd-11-stable/sys/rpc/ |
| HD | rpcsec_gss.h | 132 int system_error; /* same as errno */ member 468 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
|
| /freebsd-11-stable/tools/regression/rpcsec_gss/ |
| HD | rpctest.c | 310 e.rpc_gss_error, e.system_error); in test_server()
|
| /freebsd-11-stable/sys/kgssapi/ |
| HD | gsstest.c | 900 e.rpc_gss_error, e.system_error); in gsstest_4()
|