HomeSort by: relevance | last modified time | path
    Searched defs:InputFile (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpixtract/
acpixtract.c 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);
    [all...]
axutils.c 509 FILE *InputFile;
513 InputFile = fopen (InputPathname, "r");
514 if (!InputFile)
522 while (fgets (Gbl_InstanceBuffer, AX_LINE_BUFFER_SIZE, InputFile))
539 fclose (InputFile);

Completed in 40 milliseconds