Home | History | Annotate | Download | only in src

Lines Matching refs:errors

36 	unsigned long errors;
281 a->errors += report_assertion_extended_permissions(handle,p, avrule,
284 a->errors++;
311 args.errors = 0;
321 return args.errors;
528 args.errors = 0;
546 unsigned long errors = 0;
565 errors += rc;
569 if (errors)
570 ERR(handle, "%lu neverallow failures occurred", errors);
572 return errors ? -1 : 0;