HomeSort by relevance Sort by last modified time
    Searched refs:ErrFile (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
bits.c 113 /* Dump the current setwd to ErrFile. 0..MaxTokenVal */
125 fprintf(ErrFile,
130 if ( i!=0 ) fprintf(ErrFile, ",");
131 if ( c == 8 ) {fprintf(ErrFile, "\n\t"); c=1;} else c++;
132 fprintf(ErrFile, "0x%x", setwd[i]);
134 fprintf(ErrFile, "};\n");
576 fprintf(ErrFile, "SetWordType %s%s[%lu] = {",
582 fprintf(ErrFile, "SetWordType zzerr%d[%lu] = {",
588 if ( e > 1 ) fprintf(ErrFile, ", ");
589 DumpIntAsChars(ErrFile, "0x%x", *p++);
    [all...]
globals.c 363 FILE *ErrFile; /* sets and error recovery stuff */
main.c 814 ErrFile = fopen(OutMetaName(ErrFileName), "w");
815 require(ErrFile != NULL, "main: can't open err file");
824 fclose( ErrFile );
    [all...]
proto.h 118 extern FILE *ErrFile;
    [all...]

Completed in 91 milliseconds