Searched refs:CommandLine (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_bootargs.c35 return ((boot_args *)PE_state.bootArgs)->CommandLine;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DCommandLine.h38 class CommandLine { class in namespace:WebKit
/macosx-10.10.1/WebKit2-7600.1.25/Shared/posix/
H A DCommandLinePOSIX.cpp27 #include "CommandLine.h"
31 bool CommandLine::parse(int argc, char** argv)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/LegacyProcess/
H A DChildProcessEntryPoint.h30 #import "CommandLine.h"
40 ChildProcessMainDelegate(const CommandLine& commandLine)
59 const CommandLine& m_commandLine;
65 CommandLine commandLine;
/macosx-10.10.1/JavaScriptCore-7600.1.17/llvm/library/
H A DLLVMExports.cpp47 #include <llvm/Support/CommandLine.h>
/macosx-10.10.1/llvmCore-3425.0.34/utils/KillTheDoctor/
H A DKillTheDoctor.cpp39 #include "llvm/Support/CommandLine.h"
310 std::string CommandLine(ProgramToRun);
315 errs() << ToolName << ": Failed to find program: '" << CommandLine
326 CommandLine.push_back(' ');
327 CommandLine.append(*i);
332 << ToolName << ": Command Line: " << CommandLine << '\n'; local
346 LPSTR(CommandLine.c_str()),
/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/EntryPoint/mac/LegacyProcess/
H A DPluginProcessMain.mm49 PluginProcessMainDelegate(const CommandLine& commandLine)
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/i386/
H A Dboot.h142 char CommandLine[BOOT_LINE_LENGTH]; /* Passed in command line */ member in struct:boot_args
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DtestRegExp.cpp53 struct CommandLine { struct
54 CommandLine() function in struct:CommandLine
472 static void parseArguments(int argc, char** argv, CommandLine& options)
494 CommandLine options;
H A Djsc.cpp474 class CommandLine { class
476 CommandLine(int argc, char** argv) function in class:CommandLine
1281 void CommandLine::parseArguments(int argc, char** argv)
1374 CommandLine options(argc, argv);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DCMakeLists.txt15 CommandLine.cpp
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm62 WebContentProcessMainDelegate(const CommandLine& commandLine)
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DToolRunner.cpp17 #include "llvm/Support/CommandLine.h"
371 // Tokenize the CommandLine to the command and the args to allow
380 static void lexCommand(std::string &Message, const std::string &CommandLine, argument
386 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
387 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
390 std::string token = CommandLine.substr(lastPos, pos - lastPos);
396 lastPos = CommandLine.find_first_not_of(delimiters, pos);
398 pos = CommandLine.find_first_of(delimiters, lastPos);
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Di386_init.c344 DBG("command line %s\n", kernelBootArgs->CommandLine);
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py569 bootargs_cmd = bootargs.CommandLine

Completed in 291 milliseconds