Home
last modified time | relevance | path

Searched refs:errorMessage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dcommon.h105 const char *errorMessage, const char *file,
108 # define expect_failure(text, errorCode, errorMessage) \ argument
109 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
H A Dcommon.c223 const char *errorMessage, const char *file, int lineno) { in _expect_failure() argument
228 _fail(file, lineno, errorMessage); in _expect_failure()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c452 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local
456 fputs(errorMessage, stderr); in notationDecl()
461 fputs(errorMessage, stderr); in notationDecl()
468 fputs(errorMessage, stderr); in notationDecl()
479 fputs(errorMessage, stderr); in notationDecl()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8917 m_errorMessage( other.errorMessage() ) in BasicResult()
8930 auto errorMessage() const -> std::string { return m_errorMessage; } in errorMessage() function in Catch::clara::detail::BasicResult
13233 << Column( result.errorMessage() ).indent( 2 ) in applyCommandLine()