Home
last modified time | relevance | path

Searched refs:system_error (Results 1 – 25 of 31) sorted by relevance

12

/trueos/contrib/libc++/src/
Dsystem_error.cpp144 system_error::__init(const error_code& ec, string what_arg) in __init()
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
191 system_error::~system_error() _NOEXCEPT in ~system_error()
199 throw system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
Dthread.cpp47 throw system_error(error_code(ec, system_category()), "thread::join failed"); in join()
66 throw system_error(error_code(ec, system_category()), "thread::detach failed"); in detach()
Dios.cpp74 : system_error(ec, msg) in failure()
79 : system_error(ec, msg) in failure()
/trueos/contrib/atf/atf-c++/detail/
Dexceptions.cpp47 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()
Dexceptions.hpp38 class system_error : public std::runtime_error { class
43 system_error(const std::string&, const std::string&, int);
44 ~system_error(void) throw();
Dfs.cpp420 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()
Dexceptions_test.cpp92 } catch (const atf::system_error& e) { in ATF_TEST_CASE_BODY()
Dfs_test.cpp507 ATF_REQUIRE_THROW(atf::system_error, remove(path("files/dir"))); in ATF_TEST_CASE_BODY()
/trueos/lib/librpcsec_gss/
HDrpcsec_gss_misc.c37 _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()
HDrpcsec_gss_int.h86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
/trueos/sys/rpc/rpcsec_gss/
HDrpcsec_gss_misc.c41 _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()
HDrpcsec_gss_int.h86 void _rpc_gss_set_error(int rpc_gss_error, int system_error);
/trueos/contrib/libc++/include/
Dsystem_error2 //===---------------------------- system_error ----------------------------===//
15 system_error synopsis
102 class system_error
106 system_error(error_code ec, const string& what_arg);
107 system_error(error_code ec, const char* what_arg);
108 system_error(error_code ec);
109 system_error(int ev, const error_category& ecat, const string& what_arg);
110 system_error(int ev, const error_category& ecat, const char* what_arg);
111 system_error(int ev, const error_category& ecat);
616 // system_error
[all …]
Dmodule.modulemap408 module system_error {
409 header "system_error"
Dthread95 #include <system_error>
154 throw system_error(error_code(__ec, system_category()),
Dios217 #include <system_error>
416 : public system_error
/trueos/crypto/heimdal/lib/krb5/
HDeai_to_heim_errno.c48 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()
/trueos/include/rpc/
HDrpcsec_gss.h132 int system_error; /* same as errno */ member
175 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/trueos/lib/libc++/
DMakefile37 system_error.cpp\
155 system_error\
/trueos/contrib/llvm/lib/Support/Unix/
HDsystem_error.inc1 //===- llvm/Support/Unix/system_error.inc - Unix error_code ------*- C++ -*-===//
/trueos/lib/clang/libllvmsupport/
HDMakefile88 system_error.cpp
/trueos/contrib/atf/atf-sh/
HDatf-check.cpp122 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()
/trueos/sys/rpc/
HDrpcsec_gss.h132 int system_error; /* same as errno */ member
468 bool_t __rpc_gss_set_error(int rpc_gss_error, int system_error);
/trueos/contrib/llvm/lib/Support/Windows/
HDsystem_error.inc1 //===- llvm/Support/Win32/system_error.inc - Windows error_code --*- C++ -*-===//
/trueos/tools/regression/rpcsec_gss/
HDrpctest.c310 e.rpc_gss_error, e.system_error); in test_server()

12