Home
last modified time | relevance | path

Searched defs:errorMessage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dcommon.h108 # define expect_failure(text, errorCode, errorMessage) \ argument
H A Dcommon.c214 const char *errorMessage, const char *file, int lineno) { in _expect_failure()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c452 const char *errorMessage = "Unable to store NOTATION for output\n"; in notationDecl() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8930 auto errorMessage() const -> std::string { return m_errorMessage; } in errorMessage() function in Catch::clara::detail::BasicResult