Searched defs:CommandLine (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c136 This function parses the CommandLine and divides it into standard C style Argc/Argv
140 @param[in] CommandLine String of command line to parse
150 IN CONST CHAR16 *CommandLine,
164 if (CommandLine == NULL || StrLen(CommandLine)==0) {
170 Size = StrSize(CommandLine);
177 , Walker = (CHAR16*)CommandLine
184 Walker = (CHAR16*)CommandLine;
199 Walker = (CHAR16*)CommandLine;
149 ParseCommandLineToArgs( IN CONST CHAR16 *CommandLine, IN OUT CHAR16 ***Argv, IN OUT UINTN *Argc ) argument
H A DShell.c1632 CHAR16 *CommandLine; local
1692 CommandLine = ShellFileHandleReturnLine(Handle, &Ascii);
1694 if (CommandLine == NULL || StrLen(CommandLine) == 0) {
1703 NewScriptFile->CurrentCommand->Cl = CommandLine;
1718 CommandLine = AllocateZeroPool(PcdGet16(PcdShellPrintBufferSize));
1719 if (CommandLine == NULL) {
1725 FreePool(CommandLine);
1754 StrCpy(CommandLine, CommandLine2);
1762 Status = ShellCopySearchAndReplace(CommandLine2, CommandLine, PcdGet1
[all...]
/vbox/include/iprt/nt/
H A Dnt.h2126 UNICODE_STRING CommandLine; member in struct:_RTL_USER_PROCESS_PARAMETERS
2165 PUNICODE_STRING CommandLine, PUNICODE_STRING Environment,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h174 UNICODE_STRING CommandLine; member in struct:_RTL_USER_PROCESS_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h174 UNICODE_STRING CommandLine; member in struct:_RTL_USER_PROCESS_PARAMETERS

Completed in 78 milliseconds