Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
HDsystem_error.cpp232 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()
HDios.cpp78 : system_error(ec, msg) in failure()
83 : system_error(ec, msg) in failure()
/freebsd-11-stable/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()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDsystem_error2 //===---------------------------- 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 …]
HDmodule.modulemap443 module system_error {
444 header "system_error"
HD__errc14 system_error synopsis
HDios216 #include <system_error>
429 : public system_error
HDthread92 #include <system_error>
HDfilesystem242 #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_base15 #include <system_error>
/freebsd-11-stable/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);
/freebsd-11-stable/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);
/freebsd-11-stable/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()
/freebsd-11-stable/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);
/freebsd-11-stable/lib/libc++/
DMakefile49 SRCS+= system_error.cpp
204 STD_HEADERS+= system_error
/freebsd-11-stable/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()
/freebsd-11-stable/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);
/freebsd-11-stable/tools/regression/rpcsec_gss/
HDrpctest.c310 e.rpc_gss_error, e.system_error); in test_server()
/freebsd-11-stable/sys/kgssapi/
HDgsstest.c900 e.rpc_gss_error, e.system_error); in gsstest_4()

12