OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutMetaName
(Results
1 - 6
of
6
) 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)
dlg.h
169
extern char *
OutMetaName
(char *);
217
extern char *
OutMetaName
();
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
lex.c
53
FILE *dlgFile = fopen(
OutMetaName
(DlgFileName), "w");
54
require(dlgFile!=NULL, eMsg1("genLexFile: cannot open %s",
OutMetaName
(DlgFileName)) );
56
special_fopen_actions(
OutMetaName
(DlgFileName)); /* MR1 */
259
DefFile = fopen(
OutMetaName
(DefFileName), "w");
260
require(DefFile!=NULL, eMsg1("genDefFile: cannot open %s",
OutMetaName
(DefFileName)) );
262
special_fopen_actions(
OutMetaName
(DefFileName)); /* MR1 */
360
f = fopen(
OutMetaName
(RemapFileName), "w");
361
require(f!=NULL, eMsg1("GenRemapFile: cannot open %s",
OutMetaName
(RemapFileName)) );
363
special_fopen_actions(
OutMetaName
(RemapFileName)); /* MR1 */
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
...]
proto.h
458
extern char *
OutMetaName
(char *);
739
extern char *
OutMetaName
();
[
all
...]
gen.c
[
all
...]
Completed in 2251 milliseconds