Searched refs:nGlobalErr (Results 1 – 1 of 1) sorted by relevance
431 static int nGlobalErr = 0; variable483 if( !isWarn ) nGlobalErr++; in print_err()1573 printf("%d errors out of %d tests\n", nGlobalErr, nTestfound); in main()1574 return (nGlobalErr>0 ? 255 : 0); in main()