Searched refs:errorMessage (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 450 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local 454 fputs(errorMessage, stderr); in notationDecl() 459 fputs(errorMessage, stderr); in notationDecl() 466 fputs(errorMessage, stderr); in notationDecl() 477 fputs(errorMessage, stderr); in notationDecl()
|
| /freebsd-13.1/contrib/expat/tests/ |
| H A D | runtests.c | 167 const char *errorMessage, const char *file, int lineno) { in _expect_failure() argument 172 _fail_unless(0, file, lineno, errorMessage); in _expect_failure() 177 #define expect_failure(text, errorCode, errorMessage) \ argument 178 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
|
| /freebsd-13.1/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()
|