Searched refs:error_message (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xdm/dist/xdm/
H A Dkrb5auth.c52 krb5_init_ets(); /* initialize error_message() tables */
174 error_message(code), d->name);
180 error_message(code), name);
187 error_message(code), krb5_cc_default_name());
203 error_message(code));
212 error_message(code));
217 error_message(code));
250 error_message(code), code2 ? name : my_name);
H A Dsession.c558 error_message(code));
566 error_message(code));
/xsrc/external/mit/libICE/dist/src/
H A DICElibint.h303 char *error_message; member in struct:__anonf5c51dd00308
316 char *error_message; member in struct:__anonf5c51dd00508
H A Dprotosetup.c266 strncpy (errorStringRet, reply.protocol_error.error_message,
271 free (reply.protocol_error.error_message);
H A Dprocess.c726 errorReply->error_message = errorStr;
821 errorReply->error_message = errorStr;
1195 errorReply->error_message = errorString;
1225 errorReply->error_message = errorString;
1312 errorReply->error_message = returnErrorString;
1320 errorReply->error_message = returnErrorString;
1734 errorReply->error_message = returnErrorString;
1742 errorReply->error_message = returnErrorString;
1824 errorReply->error_message =
2331 errorReply->error_message
[all...]
H A Dconnect.c461 reply.connection_error.error_message, errorLength);
465 free (reply.connection_error.error_message);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc545 const std::string error_message = GetCapturedStderr(); local in function:testing::internal::DeathTestImpl::Passed
554 << " Error msg:\n" << FormatDeathTestOutput(error_message);
558 << " Error msg:\n" << FormatDeathTestOutput(error_message);
562 << " Error msg:\n" << FormatDeathTestOutput(error_message);
566 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
572 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
577 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc573 const std::string error_message = GetErrorLogs(); local in function:testing::internal::DeathTestImpl::Passed
582 << " Error msg:\n" << FormatDeathTestOutput(error_message);
586 << " Error msg:\n" << FormatDeathTestOutput(error_message);
590 << " Error msg:\n" << FormatDeathTestOutput(error_message);
594 if (matcher_.Matches(error_message)) {
602 << FormatDeathTestOutput(error_message);
607 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
/xsrc/external/mit/xedit/dist/lisp/
H A Dformat.c1027 char error_message[64]; local in function:list_formats
1029 sprintf(error_message, "expecting ~%c", command);
1030 format_error(&(info->args), error_message);
/xsrc/external/mit/xhost/dist/
H A Dxhost.c471 krb5_init_ets(); /* init krb errs for error_message() */
473 ProgramName, error_message(retval));

Completed in 17 milliseconds