Home | History | Annotate | Download | only in vm

Lines Matching defs:fLine

702    char fLine[500];
707 while (fgets(fLine, 500, fp) != NULL) {
708 char* curLine = strtok(fLine, " \t\r\n");