Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dsystem_error.cpp243 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
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Deai_to_heim_errno.c50 krb5_eai_to_heim_errno(int eai_errno, int system_error) in krb5_eai_to_heim_errno()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.hpp42 class system_error : public std::runtime_error { class
H A Dexceptions.cpp50 atf::system_error::system_error(const std::string& who, in system_error() function in atf::system_error
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dexceptions.hpp54 class system_error : public error { class
H A Dexceptions_test.cpp50 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp57 process::system_error::system_error(const std::string& message_, in system_error() function in process::system_error
/netbsd-src/external/bsd/kyua-cli/dist/utils/signals/
H A Dexceptions.hpp67 class system_error : public error { class
H A Dexceptions_test.cpp59 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp83 signals::system_error::system_error(const std::string& message_, in system_error() function in signals::system_error
/netbsd-src/external/bsd/atf/dist/tools/
H A Dexceptions.cpp38 tools::system_error::system_error(const std::string& who, in system_error() function in tools::system_error
H A Dexceptions.hpp79 class system_error : public std::runtime_error { class
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dexceptions.hpp86 class system_error : public error { class
H A Dexceptions_test.cpp71 ATF_TEST_CASE_BODY(system_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp127 fs::system_error::system_error(const std::string& message_, const int errno_) : in system_error() function in fs::system_error
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c4470 int system_error; in TEST_IMPL() local