HomeSort by relevance Sort by last modified time
    Searched defs:OutMetaName (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
support.c 140 f = fopen(OutMetaName(name), "w");
149 special_fopen_actions(OutMetaName(name)); /* MR1 */
209 char *OutMetaName(char *n)
211 char *OutMetaName(n)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
main.c 783 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 */
    [all...]

Completed in 97 milliseconds