Searched refs:ExpName (Results 1 – 1 of 1) sorted by relevance
814 CHAR ExpName[MAX_PATH]; in DosCreateProcess() local816 Ret.Size = ExpandEnvironmentStringsA(AppName, ExpName, _countof(ExpName)); in DosCreateProcess()817 if ((Ret.Size == 0) || (Ret.Size > _countof(ExpName))) in DosCreateProcess()825 Ret.Status = RtlStringCchPrintfA(ExpName + Ret.Size, _countof(ExpName) - Ret.Size, in DosCreateProcess()839 ExpName, // Just our Command Line in DosCreateProcess()857 ExpandEnvironmentStringsA("%ProgramFiles%", ExpName, _countof(ExpName)); in DosCreateProcess()863 ProgramName, ExpName); in DosCreateProcess()