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 69 FILE *InputFile;
85 InputFile = fopen (InputPathname, "r");
86 if (!InputFile)
92 if (!AxIsFileAscii (InputFile))
94 fclose (InputFile);
113 fclose (InputFile);
119 fclose (InputFile);
126 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
197 fclose (InputFile);
267 fclose (InputFile);
    [all...]
axutils.c 401 FILE *InputFile;
405 InputFile = fopen (InputPathname, "r");
406 if (!InputFile)
414 while (fgets (Gbl_InstanceBuffer, AX_LINE_BUFFER_SIZE, InputFile))
431 fclose (InputFile);

Completed in 17 milliseconds