Home
last modified time | relevance | path

Searched defs:command_line (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp14 CompletionRequest::CompletionRequest(llvm::StringRef command_line, in CompletionRequest() argument
/freebsd/crypto/openssh/contrib/
H A Dgnome-ssh-askpass4.c162 command_line(GApplication* app, G_GNUC_UNUSED GApplicationCommandLine *cmdline, in command_line() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp170 SBCommandInterpreter::HandleCommand(const char *command_line, in HandleCommand()
180 const char *command_line, SBExecutionContext &override_context, in HandleCommand()
437 void SBCommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp226 InternalScopedString command_line; in StartSymbolizerSubprocess() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp256 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand()
1925 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand()
1936 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand()
3593 CommandInterpreter::ResolveCommandImpl(std::string &command_line, in ResolveCommandImpl()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc797 std::string command_line = std::string(::GetCommandLineA()) + " " + in AssumeRole() local