Home | History | Annotate | Download | only in VolInfo

Lines Matching refs:Fptr

1723   FILE              *Fptr;

1727 if ((Fptr = fopen (LongFilePath (FileName), "r")) == NULL) {
1732 while (fgets (Line, sizeof (Line), Fptr) != NULL) {
1753 fclose (Fptr);