Lines Matching refs:OutputFile

204     FILE                    *OutputFile,
351 FILE *OutputFile, in AeDecodeErrorMessageId() argument
363 fprintf (OutputFile, "%s %4.4d -", in AeDecodeErrorMessageId()
374 fprintf (OutputFile, " %s %s\n\n", MainMessage, ExtraMessage); in AeDecodeErrorMessageId()
397 fprintf (OutputFile, " %s", in AeDecodeErrorMessageId()
407 fprintf (OutputFile, "%*s%s", in AeDecodeErrorMessageId()
413 fprintf (OutputFile, "%*s %s", in AeDecodeErrorMessageId()
421 fprintf (OutputFile, " %s", MainMessage); in AeDecodeErrorMessageId()
428 fprintf (OutputFile, " (%s)", ExtraMessage); in AeDecodeErrorMessageId()
433 fprintf (OutputFile, " and premature End-Of-File"); in AeDecodeErrorMessageId()
436 fprintf (OutputFile, "\n"); in AeDecodeErrorMessageId()
439 fprintf (OutputFile, "\n"); in AeDecodeErrorMessageId()
462 FILE *OutputFile, in AePrintErrorSourceLine() argument
502 fprintf (OutputFile, in AePrintErrorSourceLine()
512 fprintf (OutputFile, "%-8s", Enode->Filename); in AePrintErrorSourceLine()
516 fprintf (OutputFile, " %6u: %s", in AePrintErrorSourceLine()
521 fprintf (OutputFile, " %6u: ", Enode->LineNumber); in AePrintErrorSourceLine()
530 fprintf (OutputFile, "\n"); in AePrintErrorSourceLine()
542 fprintf (OutputFile, in AePrintErrorSourceLine()
546 fprintf (OutputFile, "\n"); in AePrintErrorSourceLine()
552 fprintf (OutputFile, in AePrintErrorSourceLine()
566 if (fwrite (&SourceByte, 1, 1, OutputFile) != 1) in AePrintErrorSourceLine()
574 fprintf (OutputFile, in AePrintErrorSourceLine()
582 fprintf (OutputFile, in AePrintErrorSourceLine()
591 fprintf (OutputFile, "\n"); in AePrintErrorSourceLine()
600 fprintf (OutputFile, "%s", Enode->Filename); in AePrintErrorSourceLine()
604 fprintf (OutputFile, "(%u) : ", in AePrintErrorSourceLine()
637 FILE *OutputFile; in AePrintException() local
693 OutputFile = AslGbl_Files[FileId].Handle; in AePrintException()
697 fprintf (OutputFile, "%s", Header); in AePrintException()
702 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
706 Status = AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintException()
716 fprintf (OutputFile, "%s\n", Enode->Message); in AePrintException()
720 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
724 fprintf (OutputFile, "\n"); in AePrintException()
725 AePrintSubError (OutputFile, Child); in AePrintException()
747 FILE *OutputFile, in AePrintSubError() argument
757 fprintf (OutputFile, " %s", MainMessage); in AePrintSubError()
761 fprintf (OutputFile, "(%s)", Enode->Message); in AePrintSubError()
764 fprintf (OutputFile, "\n "); in AePrintSubError()
765 (void) AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintSubError()
766 fprintf (OutputFile, "\n"); in AePrintSubError()