Home | History | Annotate | Download | only in utils

Lines Matching defs:testline

134       char testline[256];
135 char *s = fgets(testline, sizeof(testline), fp);
139 if (CompareIgnoringSpace(results->second[lineindex], testline) != 0) {
141 << results->second[lineindex] << "/" << testline;