Lines Matching defs:errors
36 unsigned long errors;
161 int errors = 0;
190 errors++;
205 errors++;
209 return errors;
276 a->errors += report_assertion_extended_permissions(handle,p, avrule,
279 a->errors++;
302 args.errors = 0;
314 return args.errors;
525 args.errors = 0;
543 unsigned long errors = 0;
566 errors += rc;
570 if (errors)
571 ERR(handle, "%lu neverallow failures occurred", errors);
573 return errors ? -1 : 0;