Lines Matching refs:rcbuf
155 char rcbuf[100]; /* short error name string */ in report_error() local
179 (void) strcpy(rcbuf, "load_error"); in report_error()
184 (void) strcpy(rcbuf, "sys_error"); in report_error()
189 (void) strcpy(rcbuf, "config_error"); in report_error()
197 (void) strcpy(rcbuf, "no_memory"); in report_error()
202 (void) strcpy(rcbuf, "invalid"); in report_error()
207 (void) strcpy(rcbuf, "retry"); in report_error()
210 (void) strcpy(rcbuf, "comm_fail"); in report_error()
215 (void) strcpy(rcbuf, "failure"); in report_error()
218 (void) strcpy(rcbuf, "error"); in report_error()
222 bad_count, name, rcbuf, error_text)); in report_error()
224 __audit_dowarn2("plugin", name, rcbuf, error_text, bad_count); in report_error()
228 name, rcbuf, error_text); in report_error()