Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/error/
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()
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()
Dmain.c267 order = strcmp(ep1->error_text[0], ep2->error_text[0]); in errorsort()
Derror.h172 char **error_text; /* the right hand side proper */ member
Dsubr.c287 wordvprint(stdout,errorp->error_lgtext,errorp->error_text); in printerrors()
Dinput.c141 newerror->error_text = errorv; in erroradd()
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
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()
Dcleanup_envelope.c127 const char *error_text; in cleanup_envelope_process() local
186 error_text = split_nameval(STR(state->attr_buf), &attr_name, &attr_value); in cleanup_envelope_process()
187 if (error_text != 0) { in cleanup_envelope_process()
189 state->queue_id, error_text, buf); in cleanup_envelope_process()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c295 static VSTRING *error_text; variable
869 error_text = vstring_alloc(10); in smtpd_check_init()
1069 vstring_sprintf(error_text, "action=%s for %s=%s", in smtpd_acl_permit()
1072 vstring_strcat(error_text, " "); in smtpd_acl_permit()
1074 vstring_vsprintf_append(error_text, format, ap); in smtpd_acl_permit()
1077 log_whatsup(state, whatsup, STR(error_text)); in smtpd_acl_permit()
1117 vstring_sprintf(error_text, "%d %s ", code, dsn); in smtpd_check_reject()
1119 vstring_vsprintf_append(error_text, format, ap); in smtpd_check_reject()
1128 msg_warn("SMTP reply code configuration error: %s", STR(error_text)); in smtpd_check_reject()
1129 vstring_strcpy(error_text, "450 4.7.1 Service unavailable"); in smtpd_check_reject()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/postcat/
Dpostcat.c183 const char *error_text; in postcat() local
420 error_text = split_nameval(STR(buffer), &attr_name, &attr_value); in postcat()
421 if (error_text != 0) { in postcat()
423 VSTREAM_PATH(fp), error_text, STR(buffer)); in postcat()
/netbsd/src/external/ibm-public/postfix/dist/src/postdrop/
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/bsd/ntp/dist/ntpd/
Dntp_parser.y1303 char error_text[64]; variable
1311 snprintf(error_text, sizeof(error_text),
1314 yyerror(error_text);
/netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/
Dqmgr_message.c324 const char *error_text; in qmgr_message_read() local
425 if ((error_text = split_nameval(start, &name, &value)) != 0) { in qmgr_message_read()
427 message->queue_id, error_text, start); in qmgr_message_read()
/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr_message.c347 const char *error_text; in qmgr_message_read() local
465 if ((error_text = split_nameval(start, &name, &value)) != 0) { in qmgr_message_read()
467 message->queue_id, error_text, start); in qmgr_message_read()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c1437 std::string error_text in local_setattro() local
1442 PyErr_SetString (PyExc_RuntimeError, error_text.c_str ()); in local_setattro()