HomeSort by: relevance | last modified time | path
    Searched refs:InputFile (Results 1 - 6 of 6) 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);
  /src/sys/external/bsd/acpica/dist/compiler/
aslsupport.l 301 "\nPop InputFile Stack, Fnode %p\n", Fnode);
340 * PARAMETERS: InputFile - Open file pointer
345 * DESCRIPTION: Push the InputFile onto the file stack, and point the parser
353 FILE *InputFile,
376 State = yy_create_buffer (InputFile, YY_BUF_SIZE);
380 "\nPush InputFile Stack, returning %p\n\n", InputFile);
390 yyin = InputFile;
prutils.c 732 * PARAMETERS: InputFile - Open file pointer
737 * DESCRIPTION: Push the InputFile onto the file stack, and point the parser
745 FILE *InputFile,
767 "Push InputFile Stack: handle %p\n\n",
768 AslGbl_CurrentLineNumber, InputFile);
776 AslGbl_Files[ASL_FILE_INPUT].Handle = InputFile;
809 "Pop InputFile Stack, Fnode %p\n\n",
preprocess.h 403 FILE *InputFile,
aslcompiler.h 218 FILE *InputFile,

Completed in 20 milliseconds