Searched refs:errorMessage (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/expat/tests/ |
| H A D | common.h | 105 const char *errorMessage, const char *file, 108 # define expect_failure(text, errorCode, errorMessage) \ argument 109 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
|
| H A D | common.c | 225 const char *errorMessage, const char *file, int lineno) { in _expect_failure() 230 _fail(file, lineno, errorMessage); in _expect_failure() 224 _expect_failure(const char * text,enum XML_Error errorCode,const char * errorMessage,const char * file,int lineno) _expect_failure() argument
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 471 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() 475 fputs(errorMessage, stderr); in notationDecl() 480 fputs(errorMessage, stderr); in notationDecl() 487 fputs(errorMessage, stderr); in notationDecl() 498 fputs(errorMessage, stderr); in defaultCharacterData() 453 const char *errorMessage = "Unable to store NOTATION for output\n"; notationDecl() local
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 8917 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()
|