Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c178 if (strcmp(errorp->error_text[0], in discardit()
188 if (ispunct(lastchar(errorp->error_text[2]))) in discardit()
189 clob_last(errorp->error_text[2], '\0'); in discardit()
191 errorp->error_text[errorclass == C_NONSPEC ? 0 : 2]) >= 0) { in discardit()
H A Derrortouch.c104 if (strcmp(errorp->error_text[0], name) != 0) { in findfiles()
105 name = errorp->error_text[0]; in findfiles()
129 if (strcmp(errorp->error_text[0], name) != 0) { in countfiles()
131 name = errorp->error_text[0]; in countfiles()
174 sep, (*files[fi])->error_text[0], in filenames()
233 name = (*files[fi])->error_text[0]; in touchfiles()
493 p->error_text[0]); in execvarg()
496 (*r_argv)[n_pissed_on++] = p->error_text[0]; in execvarg()
564 wordvprint(n_touchedfile, p->error_lgtext-offset, p->error_text+offset); in text()
724 errorp->error_text+offset); in errorprint()
H A Derrormain.c307 order = strcmp(ep1->error_text[0], ep2->error_text[0]); in errorsort()
H A Derror.h186 char **error_text; /* the right hand side proper */ member
H A Derrorsubr.c264 wordvprint(stdout, errorp->error_lgtext, errorp->error_text); in printerrors()
H A Derrorinput.c133 newerror->error_text = errorv; in erroradd()
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c156 report_error(int rc, char *error_text, char *plugin_path) in report_error() argument
174 if (error_text == NULL) in report_error()
175 error_text = empty; in report_error()
231 bad_count, name, rcbuf, error_text)); in report_error()
233 __audit_dowarn2("plugin", name, rcbuf, error_text, bad_count); in report_error()
237 name, rcbuf, error_text); in report_error()