Lines Matching defs:error_string
439 char *error_string;
481 error_string = NULL;
484 &open_params, &error_string)) != AUDITD_SUCCESS) {
485 report_error(rc, error_string, p->plg_path);
486 free(error_string);
518 error_string = NULL;
520 &open_params, &error_string)) != AUDITD_SUCCESS) {
521 report_error(rc, error_string, p->plg_path);
522 free(error_string);
1188 char *error_string;
1225 error_string = NULL;
1230 b_node->abq_data_len, q_node->aqq_sequence, &error_string);
1240 report_error(plugrc, error_string, p->plg_path);
1243 free(error_string);
1244 error_string = NULL;
1269 report_error(plugrc, error_string, p->plg_path);
1270 free(error_string);
1271 error_string = NULL;
1306 error_string = NULL;
1307 if ((rc = p->plg_fplugin_close(&error_string)) !=
1309 report_error(rc, error_string, p->plg_path);
1311 free(error_string);