Lines Matching full:testline
205 char testline[256];206 char *s = fgets(testline, sizeof(testline), fp);210 if (CompareIgnoringSpace(results->second[lineindex], testline) != 0) {212 << results->second[lineindex] << "/" << testline;