Home | History | Annotate | Download | only in EfiRom

Lines Matching defs:Ext

237   INT8      *Ext;

270 for (Ext = mOptions.OutFileName + strlen (mOptions.OutFileName) - 1;
271 (Ext >= mOptions.OutFileName) && (*Ext != '.') && (*Ext != '\\');
272 Ext--
278 if (*Ext != '.') {
279 Ext = mOptions.OutFileName + strlen (mOptions.OutFileName);
282 strcpy (Ext, DEFAULT_OUTPUT_EXTENSION);