Home | History | Annotate | Download | only in acpixtract

Lines Matching refs:InputFile

177     FILE                    *InputFile;
193 InputFile = fopen (InputPathname, "r");
194 if (!InputFile)
200 if (!AxIsFileAscii (InputFile))
202 fclose (InputFile);
221 fclose (InputFile);
227 fclose (InputFile);
234 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
305 fclose (InputFile);
375 fclose (InputFile);
399 FILE *InputFile;
413 InputFile = fopen (InputPathname, "r");
414 if (!InputFile)
420 if (!AxIsFileAscii (InputFile))
422 fclose (InputFile);
432 InputFile);
438 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
540 fclose (InputFile);
563 FILE *InputFile;
572 InputFile = fopen (InputPathname, "r");
573 if (!InputFile)
579 if (!AxIsFileAscii (InputFile))
581 fclose (InputFile);
596 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
643 fclose (InputFile);
661 fclose (InputFile);