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

/macosx-10.9.5/xnu-2422.115.4/pexpert/i386/
H A Dpe_bootargs.c35 return ((boot_args *)PE_state.bootArgs)->CommandLine;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DCommandLine.h38 class CommandLine { class in namespace:WebKit
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DCommandLineMac.cpp27 #include "CommandLine.h"
34 bool CommandLine::parse(int argc, char** argv)
/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/llvmCore-3425.0.33/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.9.5/WebKit2-7537.78.2/PluginProcess/EntryPoint/mac/LegacyProcess/
H A DPluginProcessMain.mm49 PluginProcessMainDelegate(const CommandLine& commandLine)
/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/i386/
H A Dboot.h137 char CommandLine[BOOT_LINE_LENGTH]; /* Passed in command line */ member in struct:boot_args
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A DtestRegExp.cpp59 struct CommandLine { struct
60 CommandLine() function in struct:CommandLine
484 static void parseArguments(int argc, char** argv, CommandLine& options)
506 CommandLine options;
H A Djsc.cpp135 class CommandLine { class
137 CommandLine(int argc, char** argv) function in class:CommandLine
714 void CommandLine::parseArguments(int argc, char** argv)
807 CommandLine options(argc, argv);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCMakeLists.txt15 CommandLine.cpp
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm57 WebContentProcessMainDelegate(const CommandLine& commandLine)
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/xnu-2422.115.4/osfmk/i386/
H A Di386_init.c337 DBG("command line %s\n", kernelBootArgs->CommandLine);
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py554 bootargs_cmd = bootargs.CommandLine

Completed in 240 milliseconds