Searched refs:error_text (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/usr.bin/error/
H A Dfilter.c184 if (strcmp(errorp->error_text[0], lint_libs[i]) == 0) {
190 if (ispunct((unsigned char)lastchar(errorp->error_text[2])))
191 clob_last(errorp->error_text[2], '\0');
192 if (search_ignore(errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0) {
H A Dmain.c267 order = strcmp(ep1->error_text[0], ep2->error_text[0]);
H A Dtouch.c145 const char *fname = makename(errorp->error_text[0], filelevel);
173 const char *fname = makename(errorp->error_text[0],
221 (*my_files[fi])->error_text[0], filelevel);
283 name = makename((*my_files[fi])->error_text[0], filelevel);
549 name = makename(p->error_text[0], filelevel);
626 wordvprint(n_touchedfile, p->error_lgtext-offset, p->error_text+offset);
781 wordvprint(place,errorp->error_lgtext-offset,errorp->error_text+offset);
H A Dsubr.c287 wordvprint(stdout,errorp->error_lgtext,errorp->error_text);
H A Derror.h172 char **error_text; /* the right hand side proper */ member in struct:edesc
H A Dinput.c141 newerror->error_text = errorv;
/netbsd-current/external/mpl/bind/dist/doc/arm/
H A Dconf.py75 error_text = "invalid ISC Knowledgebase identifier %s" % self.target
76 msg = self.inliner.reporter.error(error_text, line=self.lineno)
109 error_text = "invalid GitLab identifier %s" % self.target
110 msg = self.inliner.reporter.error(error_text, line=self.lineno)
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_extracted.c110 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);
H A Dcleanup_envelope.c124 const char *error_text; local
183 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value);
184 if (error_text != 0) {
186 state->queue_id, error_text, buf);
/netbsd-current/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c178 const char *error_text; local
409 error_text = split_nameval(STR(buffer), &attr_name, &attr_value);
410 if (error_text != 0) {
412 VSTREAM_PATH(fp), error_text, STR(buffer));
/netbsd-current/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c331 const char *error_text; local
530 if ((error_text = split_nameval(vstring_str(buf), &attr_name,
533 (long) uid, error_text, vstring_str(buf));
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c285 static VSTRING *error_text; variable
857 * error_text is used for returning error responses.
859 error_text = vstring_alloc(10);
1050 vstring_sprintf(error_text, "action=%s for %s=%s",
1053 vstring_strcat(error_text, " ");
1055 vstring_vsprintf_append(error_text, format, ap);
1058 log_whatsup(state, whatsup, STR(error_text));
1098 vstring_sprintf(error_text, "%d %s ", code, dsn);
1100 vstring_vsprintf_append(error_text, format, ap);
1109 msg_warn("SMTP reply code configuration error: %s", STR(error_text));
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.y1230 char error_text[64];
1238 snprintf(error_text, sizeof(error_text),
1241 yyerror(error_text);
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c320 const char *error_text; local
421 if ((error_text = split_nameval(start, &name, &value)) != 0) {
423 message->queue_id, error_text, start);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-breakpoint.c948 char *error_text
955 gdbscm_dynwind_xfree (error_text);
956 gdbscm_out_of_range_error (FUNC_NAME, SCM_ARG1, self, error_text);
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-breakpoint.c968 char *error_text
975 gdbscm_dynwind_xfree (error_text);
976 gdbscm_out_of_range_error (FUNC_NAME, SCM_ARG1, self, error_text);
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c343 const char *error_text; local
461 if ((error_text = split_nameval(start, &name, &value)) != 0) {
463 message->queue_id, error_text, start);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-breakpoint.c1179 std::string error_text
1184 PyErr_SetString (PyExc_RuntimeError, error_text.c_str ());
1175 std::string error_text local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-breakpoint.c1316 std::string error_text
1321 PyErr_SetString (PyExc_RuntimeError, error_text.c_str ());
1313 std::string error_text local
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1674 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";

Completed in 516 milliseconds