Searched refs:errorMessage (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/expat/tests/ |
| H A D | common.h | 107 const char *errorMessage, const char *file, 110 # define expect_failure(text, errorCode, errorMessage) \ argument 111 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
|
| H A D | common.c | 227 const char *errorMessage, const char *file, int lineno) { in _expect_failure() argument 232 _fail(file, lineno, errorMessage); in _expect_failure()
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 473 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local 477 fputs(errorMessage, stderr); in notationDecl() 482 fputs(errorMessage, stderr); in notationDecl() 489 fputs(errorMessage, stderr); in notationDecl() 500 fputs(errorMessage, stderr); in notationDecl()
|
| /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()
|