Searched refs:errMsg (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/ntp/tests/libntp/
H A Drealpath.c38 static const char * errMsg(const char *fmt, ...) function
82 TEST_ASSERT_NOT_NULL_MESSAGE(resolved, errMsg("could not resolve '%s'", nam));
90 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(abs), errMsg("could not validate '%s'", abs));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h65 /// instance on failure (see isValid()). \p *errMsg will only be modified if
71 std::string *errMsg = nullptr);
79 std::string *errMsg = nullptr);
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1214 std::string errMsg = checkCmseSymAttributes(acleSeSym, sym); local
1215 if (!errMsg.empty()) {
1216 error(errMsg);
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp209 std::string errMsg; local
210 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c70219 StrAccum errMsg; /* Accumulate the error message text here */ member in struct:IntegrityCk
126725 StrAccum errMsg; local
[all...]

Completed in 590 milliseconds