Home | History | Annotate | Download | only in src

Lines Matching defs:pFile

928          FILE * pFile;
930 pFile = fopen
932 if (pFile == NULL) {
935 int count = fread(&disable_overlay, 1, 1, pFile);
936 fclose(pFile);