| /src/usr.bin/error/ |
| filter.c | 184 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) {
|
| main.c | 267 order = strcmp(ep1->error_text[0], ep2->error_text[0]);
|
| touch.c | 145 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);
|
| error.h | 172 char **error_text; /* the right hand side proper */ member in struct:edesc
|
| subr.c | 287 wordvprint(stdout,errorp->error_lgtext,errorp->error_text);
|
| input.c | 141 newerror->error_text = errorv;
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| 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);
|
| 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);
|
| /src/external/mpl/bind/dist/doc/arm/ |
| conf.py | 75 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)
|
| /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/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...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_parser.y | 1303 char error_text[64]; 1311 snprintf(error_text, sizeof(error_text), 1314 yyerror(error_text);
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-breakpoint.c | 981 char *error_text 988 gdbscm_dynwind_xfree (error_text); 989 gdbscm_out_of_range_error (FUNC_NAME, SCM_ARG1, self, error_text);
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-breakpoint.c | 981 char *error_text 988 gdbscm_dynwind_xfree (error_text); 989 gdbscm_out_of_range_error (FUNC_NAME, SCM_ARG1, self, error_text);
|
| /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/external/gpl3/gdb/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.old/dist/gdb/python/ |
| py-breakpoint.c | 1440 std::string error_text 1445 PyErr_SetString (PyExc_RuntimeError, error_text.c_str ()); 1437 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";
|