Home | History | Annotate | Download | only in src

Lines Matching refs:errors

70 	unsigned long errors = 0;
82 errors++;
90 errors++;
95 return errors;
105 unsigned long errors = 0;
140 errors += check_assertion_helper
147 errors += check_assertion_helper
154 if (errors)
155 ERR(handle, "%lu neverallow failures occurred", errors);
159 return errors ? -1 : 0;