Lines Matching full:errorcount
508 errorCount = 0;
598 return errorCount;
699 lastErrorCount = errorCount;
719 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
724 if (lastErrorCount == errorCount) {
729 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
811 errorCount++;
813 return errorCount;