Home | History | Annotate | Download | only in utils

Lines Matching full:testline

150       char testline[256];
151 char *s = fgets(testline, sizeof(testline), fp);
155 if (CompareIgnoringSpace(results[lineindex], testline) != 0) {
157 << results[lineindex] << "/" << testline;