Home | History | Annotate | Download | only in EfiRom

Lines Matching defs:Ext

47   CHAR8     *Ext;

103 for (Ext = mOptions.OutFileName + strlen (mOptions.OutFileName) - 1;
104 (Ext >= mOptions.OutFileName) && (*Ext != '.') && (*Ext != '\\');
105 Ext--
111 if (*Ext != '.') {
112 Ext = mOptions.OutFileName + strlen (mOptions.OutFileName);
115 strcpy (Ext, DEFAULT_OUTPUT_EXTENSION);