HelenOS sources

system_error      332 uspace/lib/cpp/include/__bits/system_error.hpp     class system_error: public runtime_error
system_error      265 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(error_code ec, const string& what_arg)
system_error      269 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(error_code ec, const char* what_arg)
system_error      273 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(error_code ec)
system_error      277 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(int code, const error_category& cat,
system_error      282 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(int code, const error_category& cat,
system_error      287 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(int code, const error_category& cat)
HelenOS homepage, sources at GitHub