Home
last modified time | relevance | path

Searched refs:ExpName (Results 1 – 1 of 1) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Dprocess.c814 CHAR ExpName[MAX_PATH]; in DosCreateProcess() local
816 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()