Home | History | Annotate | Download | only in parseStringTest

Lines Matching full:line

451   LCHAR line[MAX_LINE_LENGTH];
458 position = pfgets(line, MAX_LINE_LENGTH, fin);
459 if (line[0] == '#')
461 if (!strncmp(line, "__END__", 7))
475 if ((position = strtok(line, "\"")) != NULL)
481 pfprintf(fout, "INVALID FORMAT for input line 1 \n");
493 pfprintf(fout, "INVALID FORMAT for input line 2\n");
505 pfprintf(fout, "INVALID FORMAT for input line 3\n");
518 pfprintf(fout, "INVALID FORMAT for input line, use either PASS or FAIL\n");
539 LCHAR line[MAX_LINE_LENGTH];
549 position = pfgets(line, MAX_LINE_LENGTH, fin);
550 if (line[0] == '#')
552 if (!strncmp(line, "__END__", 7))
568 p = strtok(line, ":");