HomeSort by: relevance | last modified time | path
    Searched defs:error_text (Results 1 - 11 of 11) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_envelope.c 127 const char *error_text; local
186 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value);
187 if (error_text != 0) {
189 state->queue_id, error_text, buf);
cleanup_extracted.c 110 const char *error_text; local
160 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value);
161 if (error_text != 0) {
163 state->queue_id, error_text, buf);
  /src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c 331 const char *error_text; local
530 if ((error_text = split_nameval(vstring_str(buf), &attr_name,
533 (long) uid, error_text, vstring_str(buf));
  /src/external/ibm-public/postfix/dist/src/postcat/
postcat.c 183 const char *error_text; local
420 error_text = split_nameval(STR(buffer), &attr_name, &attr_value);
421 if (error_text != 0) {
423 VSTREAM_PATH(fp), error_text, STR(buffer));
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_message.c 324 const char *error_text; local
425 if ((error_text = split_nameval(start, &name, &value)) != 0) {
427 message->queue_id, error_text, start);
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_message.c 347 const char *error_text; local
465 if ((error_text = split_nameval(start, &name, &value)) != 0) {
467 message->queue_id, error_text, start);
  /src/usr.bin/error/
error.h 172 char **error_text; /* the right hand side proper */ member in struct:edesc
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 1428 std::string error_text
1433 PyErr_SetString (PyExc_RuntimeError, error_text.c_str ());
1425 std::string error_text local
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 1429 std::string error_text
1434 PyErr_SetString (PyExc_RuntimeError, error_text.c_str ());
1426 std::string error_text local
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 1674 const char error_text[] = ""; local
1685 char error_text[kBufSize] = { '\0' };
1690 error_text, // output buffer
1694 for (; message_length && IsSpace(error_text[message_length - 1]);
1696 error_text[message_length - 1] = '\0';
1704 << " Actual: " << error_hex << " " << error_text << "\n";
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c 295 static VSTRING *error_text; variable
867 * error_text is used for returning error responses.
869 error_text = vstring_alloc(10);
1069 vstring_sprintf(error_text, "action=%s for %s=%s",
1072 vstring_strcat(error_text, " ");
1074 vstring_vsprintf_append(error_text, format, ap);
1077 log_whatsup(state, whatsup, STR(error_text));
1117 vstring_sprintf(error_text, "%d %s ", code, dsn);
1119 vstring_vsprintf_append(error_text, format, ap);
1128 msg_warn("SMTP reply code configuration error: %s", STR(error_text));
    [all...]

Completed in 27 milliseconds