Home
last modified time | relevance | path

Searched refs:stringFromErrorCode (Results 1 – 7 of 7) sorted by relevance

/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Derrors.h26 extern const char *stringFromErrorCode(int err);
H A Ddiagnostics.cpp138 const char *errorMsg = stringFromErrorCode(err); in ExitWithError()
H A Derrors.cpp1312 const char *stringFromErrorCode(int err) in stringFromErrorCode() function
H A Dprocess_env.cpp249 const char *errorMsg = stringFromErrorCode(e); in PolyProcessEnvErrorName()
/dports/games/knights/knights-21.12.3/src/proto/
H A Dprotocol.h93 static QString stringFromErrorCode ( ErrorCode code );
H A Dprotocol.cpp65 QString Protocol::stringFromErrorCode ( Protocol::ErrorCode code ) { in stringFromErrorCode() function in Knights::Protocol
/dports/games/knights/knights-21.12.3/src/
H A Dknights.cpp446 KMessageBox::error(this, errorString, Protocol::stringFromErrorCode(errorCode)); in protocolError()