Home
last modified time | relevance | path

Searched refs:OutMetaName (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dsupport.c140 f = fopen(OutMetaName(name), "w");
149 special_fopen_actions(OutMetaName(name)); /* MR1 */
209 char *OutMetaName(char *n) in OutMetaName() function
211 char *OutMetaName(n) in OutMetaName()
Ddlg.h169 extern char *OutMetaName(char *);
217 extern char *OutMetaName();
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dlex.c53 FILE *dlgFile = fopen(OutMetaName(DlgFileName), "w"); in genLexDescr()
54 require(dlgFile!=NULL, eMsg1("genLexFile: cannot open %s", OutMetaName(DlgFileName)) ); in genLexDescr()
56 special_fopen_actions(OutMetaName(DlgFileName)); /* MR1 */ in genLexDescr()
259 DefFile = fopen(OutMetaName(DefFileName), "w"); in genDefFile()
260 require(DefFile!=NULL, eMsg1("genDefFile: cannot open %s", OutMetaName(DefFileName)) ); in genDefFile()
262 special_fopen_actions(OutMetaName(DefFileName)); /* MR1 */ in genDefFile()
360 f = fopen(OutMetaName(RemapFileName), "w"); in GenRemapFile()
361 require(f!=NULL, eMsg1("GenRemapFile: cannot open %s", OutMetaName(RemapFileName)) ); in GenRemapFile()
363 special_fopen_actions(OutMetaName(RemapFileName)); /* MR1 */ in GenRemapFile()
Dmain.c783 FILE *f = fopen(OutMetaName(stdpccts), "w");
784 if ( f==NULL ) {warnNoFL( eMsg1("can't create %s",OutMetaName(stdpccts)) );}
788 special_fopen_actions(OutMetaName(stdpccts)); /* MR1 */
814 ErrFile = fopen(OutMetaName(ErrFileName), "w");
817 special_fopen_actions(OutMetaName(ErrFileName)); /* MR1 */
832 Parser_h = fopen(OutMetaName(Parser_h_Name), "w");
835 special_fopen_actions(OutMetaName(Parser_h_Name)); /* MR1 */
837 Parser_c = fopen(OutMetaName(Parser_c_Name), "w");
840 special_fopen_actions(OutMetaName(Parser_c_Name)); /* MR1 */
1505 OutMetaName(char *n) in OutMetaName() function
[all …]
Dproto.h458 extern char *OutMetaName(char *);
739 extern char *OutMetaName();
Dgen.c3379 /* MR6 */ output = fopen(OutMetaName(outname(FileStr[q->file])), "w");
3384 special_fopen_actions(OutMetaName(outname(FileStr[q->file]))); /* MR1 */