Home
last modified time | relevance | path

Searched refs:error_text (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/usr.bin/error/
H A Dfilter.c184 if (strcmp(errorp->error_text[0], lint_libs[i]) == 0) { in discardit()
190 if (ispunct((unsigned char)lastchar(errorp->error_text[2]))) in discardit()
191 clob_last(errorp->error_text[2], '\0'); in discardit()
192 if (search_ignore(errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0) { in discardit()
H A Dtouch.c145 const char *fname = makename(errorp->error_text[0], filelevel); in findfiles()
173 const char *fname = makename(errorp->error_text[0], in countfiles()
221 (*my_files[fi])->error_text[0], filelevel); in filenames()
283 name = makename((*my_files[fi])->error_text[0], filelevel); in touchfiles()
549 name = makename(p->error_text[0], filelevel); in execvarg()
626 wordvprint(n_touchedfile, p->error_lgtext-offset, p->error_text+offset); in text()
781 wordvprint(place,errorp->error_lgtext-offset,errorp->error_text+offset); in errorprint()
H A Dmain.c267 order = strcmp(ep1->error_text[0], ep2->error_text[0]); in errorsort()
H A Derror.h172 char **error_text; /* the right hand side proper */ member
H A Dsubr.c287 wordvprint(stdout,errorp->error_lgtext,errorp->error_text); in printerrors()
H A Dinput.c141 newerror->error_text = errorv; in erroradd()
/netbsd-src/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-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_extracted.c110 const char *error_text; in cleanup_extracted_process() local
160 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value); in cleanup_extracted_process()
161 if (error_text != 0) { in cleanup_extracted_process()
163 state->queue_id, error_text, buf); in cleanup_extracted_process()
H A Dcleanup_envelope.c124 const char *error_text; in cleanup_envelope_process() local
183 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value); in cleanup_envelope_process()
184 if (error_text != 0) { in cleanup_envelope_process()
186 state->queue_id, error_text, buf); in cleanup_envelope_process()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c285 static VSTRING *error_text; variable
859 error_text = vstring_alloc(10); in smtpd_check_init()
1050 vstring_sprintf(error_text, "action=%s for %s=%s", in smtpd_acl_permit()
1053 vstring_strcat(error_text, " "); in smtpd_acl_permit()
1055 vstring_vsprintf_append(error_text, format, ap); in smtpd_acl_permit()
1058 log_whatsup(state, whatsup, STR(error_text)); in smtpd_acl_permit()
1098 vstring_sprintf(error_text, "%d %s ", code, dsn); in smtpd_check_reject()
1100 vstring_vsprintf_append(error_text, format, ap); in smtpd_check_reject()
1109 msg_warn("SMTP reply code configuration error: %s", STR(error_text)); in smtpd_check_reject()
1110 vstring_strcpy(error_text, "450 4.7.1 Service unavailable"); in smtpd_check_reject()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c178 const char *error_text; in postcat() local
409 error_text = split_nameval(STR(buffer), &attr_name, &attr_value); in postcat()
410 if (error_text != 0) { in postcat()
412 VSTREAM_PATH(fp), error_text, STR(buffer)); in postcat()
/netbsd-src/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c331 const char *error_text; in main() local
530 if ((error_text = split_nameval(vstring_str(buf), &attr_name, in main()
533 (long) uid, error_text, vstring_str(buf)); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c320 const char *error_text; in qmgr_message_read() local
421 if ((error_text = split_nameval(start, &name, &value)) != 0) { in qmgr_message_read()
423 message->queue_id, error_text, start); in qmgr_message_read()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c343 const char *error_text; in qmgr_message_read() local
461 if ((error_text = split_nameval(start, &name, &value)) != 0) { in qmgr_message_read()
463 message->queue_id, error_text, start); in qmgr_message_read()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1674 const char error_text[] = ""; in HRESULTFailureHelper() local
1685 char error_text[kBufSize] = { '\0' }; in HRESULTFailureHelper()
1690 error_text, // output buffer in HRESULTFailureHelper()
1694 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
1696 error_text[message_length - 1] = '\0'; in HRESULTFailureHelper()
1704 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()