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 | 223 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 D | xmlwf.c | 452 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 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()
|