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 | 224 const char *errorMessage, const char *file, int lineno) { in _expect_failure() argument 229 _fail(file, lineno, errorMessage); in _expect_failure()
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 453 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local 457 fputs(errorMessage, stderr); in notationDecl() 462 fputs(errorMessage, stderr); in notationDecl() 469 fputs(errorMessage, stderr); in notationDecl() 480 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()
|