Home
last modified time | relevance | path

Searched refs:CmdLine (Results 1 – 25 of 37) sorted by relevance

12

/reactos/boot/freeldr/freeldr/
H A Dsettings.c24 _In_ PCSTR CmdLine) in CmdLineParse() argument
35 Setting = strstr(CmdLine, "debug="); in CmdLineParse()
59 Setting = strstr(CmdLine, "timeout="); in CmdLineParse()
67 Setting = strstr(CmdLine, "defaultos="); in CmdLineParse()
81 Setting = strstr(CmdLine, "rdbase="); in CmdLineParse()
91 Setting = strstr(CmdLine, "rdsize="); in CmdLineParse()
100 Setting = strstr(CmdLine, "rdoffset="); in CmdLineParse()
114 _In_opt_ PCSTR CmdLine) in LoadSettings() argument
118 if (CmdLine) in LoadSettings()
120 CmdLineParse(CmdLine); in LoadSettings()
H A Dfreeldr.c33 VOID __cdecl BootMain(IN PCCH CmdLine) in BootMain() argument
36 LoadSettings(CmdLine); in BootMain()
41 MachInit(CmdLine); in BootMain()
/reactos/modules/rostests/apitests/msvcrt/
H A DCommandLine.c97 LPWSTR CmdLine; member
120 WCHAR CmdLine[MAX_PATH] = L""; in Test_CommandLine() local
131 wcscpy(CmdLine, L"\""); in Test_CommandLine()
133 wcscat(CmdLine, UtilityProgramDirectory); in Test_CommandLine()
136 wcscat(CmdLine, L"\""); in Test_CommandLine()
139 wcscat(CmdLine, L" "); in Test_CommandLine()
140 wcscat(CmdLine, TestCase->CmdLine); in Test_CommandLine()
147 CmdLine, in Test_CommandLine()
153 …ok(bRet, "Test %lu - Failed to launch ' %S ', error = %lu.\n", TestNumber, CmdLine, GetLastError()… in Test_CommandLine()
/reactos/subsystems/mvdm/ntvdm/dos/
H A Ddem.c322 CommandInfo.CmdLine = CmdLine; in CmdStartProcess()
323 CommandInfo.CmdLen = sizeof(CmdLine); in CmdStartProcess()
382 CmdLen = strlen(CmdLine); in CmdStartProcess()
383 if (CmdLen >= 2 && CmdLine[CmdLen - 2] == '\r') in CmdStartProcess()
426 CmdLinePtr = CmdLine; in CmdStartExternalCommand()
444 Result = DosStartProcess32(Command, CmdLine, in CmdStartExternalCommand()
472 CHAR CmdLine[sizeof("cmd.exe") + 1] = ""; in CmdStartComSpec32() local
477 strcpy(CmdLine, "cmd.exe"); in CmdStartComSpec32()
484 Result = DosStartProcess32(CmdLine, CmdLine, in CmdStartComSpec32()
1265 WideCharToMultiByte(CP_ACP, 0, NtVdmArgv[2], -1, CmdLine, sizeof(CmdLine), NULL, NULL); in DosStart()
[all …]
/reactos/base/applications/cmdutils/help/
H A Dhelp.c57 WCHAR CmdLine[CMDLINE_LENGTH]; in wmain() local
96 StringCbPrintfW(CmdLine, sizeof(CmdLine), L"%ls /?", argv[1]); in wmain()
99 return _wsystem(CmdLine); in wmain()
/reactos/base/setup/setup/
H A Dsetup.c55 LPWSTR CmdLine, p; in wmain() local
58 CmdLine = GetCommandLineW(); in wmain()
59 DPRINT("CmdLine: <%S>\n", CmdLine); in wmain()
61 p = wcschr(CmdLine, L'-'); in wmain()
/reactos/modules/rostests/apitests/advapi32/
H A DRtlEncryptMemory.c71 CHAR CmdLine[MAX_PATH]; in TestCrossProcessEncrypt() local
83 sprintf(CmdLine, "advapi32_apitest.exe RtlEncryptMemory -cp%lu:", OptionFlags); in TestCrossProcessEncrypt()
84 StrBuffer = CmdLine + strlen(CmdLine); in TestCrossProcessEncrypt()
92 result = system(CmdLine); in TestCrossProcessEncrypt()
/reactos/boot/freeldr/freeldr/arch/uefi/
H A Duefildr.c29 PCSTR CmdLine = ""; // FIXME: Determine a command-line from UEFI boot options in EfiEntry() local
36 LoadSettings(CmdLine); in EfiEntry()
41 MachInit(CmdLine); in EfiEntry()
H A Duefisetup.c21 MachInit(const char *CmdLine) in MachInit() argument
/reactos/modules/rostests/apitests/msvcrt/CmdLineUtil/
H A DCmdLineUtil.c25 LPWSTR CmdLine = GetCommandLineW(); in wWinMain() local
63 dwStringSize = (lstrlenW(CmdLine) + 1) * sizeof(WCHAR); in wWinMain()
72 CmdLine, in wWinMain()
/reactos/boot/armllb/inc/
H A Denvir.h41 CHAR CmdLine[ANYSIZE_ARRAY]; member
53 ATAG_CMDLINE CmdLine; member
/reactos/subsystems/win/basesrv/
H A Dvdm.c283 if (CommandInfo->CmdLine != NULL) RtlFreeHeap(BaseSrvHeap, 0, CommandInfo->CmdLine); in BaseSrvFreeVDMInfo()
371 CommandInfo->CmdLine = RtlAllocateHeap(BaseSrvHeap, in BaseSrvCopyCommand()
374 if (CommandInfo->CmdLine == NULL) goto Cleanup; in BaseSrvCopyCommand()
377 RtlMoveMemory(CommandInfo->CmdLine, CheckVdmRequest->CmdLine, CheckVdmRequest->CmdLen); in BaseSrvCopyCommand()
518 RtlMoveMemory(Message->CmdLine, CommandInfo->CmdLine, CommandInfo->CmdLen); in BaseSrvFillCommandInfo()
614 (PVOID*)&CheckVdmRequest->CmdLine, in CSR_API()
616 sizeof(*CheckVdmRequest->CmdLine)) in CSR_API()
945 (PVOID*)&GetNextVdmCommandRequest->CmdLine, in CSR_API()
947 sizeof(*GetNextVdmCommandRequest->CmdLine)) in CSR_API()
/reactos/subsystems/mvdm/dos/
H A Dcommand.S39 #define CmdLine BaseStack // Command line for the program to be started macro
40 #define PgmName [CmdLine + (1 + DOS_CMDLINE_LENGTH)]
71 FIELD_DECL(CmdLineOff, word, OFF(CmdLine))
141 mov word ptr FIELD(NextCmd, CmdLineOff), offset CmdLine
/reactos/boot/armllb/
H A Denvir.c73 Atag->u.CmdLine.CmdLine, in LlbEnvParseArguments()
/reactos/boot/freeldr/freeldr/include/
H A Dsettings.h22 _In_opt_ PCSTR CmdLine);
H A Dfreeldr.h131 VOID __cdecl BootMain(IN PCCH CmdLine);
/reactos/boot/freeldr/freeldr/include/arch/uefi/
H A Duefildr.h36 VOID __cdecl BootMain(IN PCCH CmdLine);
/reactos/sdk/lib/scrnsave/
H A Dscrnsave.c241 int APIENTRY _tWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR CmdLine, int nCmdShow) in _tWinMain() argument
255 for (p = CmdLine; *p; p++) in _tWinMain()
/reactos/base/applications/network/ftp/
H A Dcmds.c1286 char CmdLine[MAX_PATH]; in shell() local
1302 strcpy( CmdLine, ShellCmd ); in shell()
1306 strncat(CmdLine, " /C", MAX_PATH - strlen(CmdLine) - 1); in shell()
1311 strncat(CmdLine, " ", MAX_PATH - strlen(CmdLine) - 1); in shell()
1312 strncat(CmdLine, argv[i], MAX_PATH - strlen(CmdLine) - 1); in shell()
1329 CmdLine, // cmd line arguments in shell()
/reactos/sdk/include/reactos/subsys/win/
H A Dbasemsg.h129 PCHAR CmdLine; member
172 PCHAR CmdLine; member
H A Dvdm.h77 LPSTR CmdLine; member
/reactos/base/shell/progman/
H A Dgrpfile.c623 LPCSTR CmdLine = LocalLock(program->hCmdLine);
642 ptr += strlen(CmdLine) + 1;
647 (UINT)HFILE_ERROR == GRPFILE_WriteWithChecksum(file, CmdLine, strlen(CmdLine) + 1) ||
/reactos/boot/freeldr/freeldr/arch/i386/pc98/
H A Dmachpc98.c117 MachInit(const char *CmdLine) in MachInit() argument
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Dprocess.c889 CHAR CmdLine[MAX_PATH + DOS_CMDLINE_LENGTH + 1]; in DosCreateProcess() local
905 CmdLinePtr = CmdLine; in DosCreateProcess()
921 Result = DosStartProcess32(ProgramName, CmdLine, in DosCreateProcess()
/reactos/base/services/svchost/
H A Dsvchost.h77 PWCHAR CmdLine; member

12