| /freebsd-13.1/contrib/diff/lib/ |
| H A D | version-etc.c | 46 const char *command_name, const char *package, in version_etc_va() argument 66 if (command_name) in version_etc_va() 67 fprintf (stream, "%s (%s) %s\n", command_name, package, version); in version_etc_va() 169 const char *command_name, const char *package, in version_etc() argument 175 version_etc_va (stream, command_name, package, version, authors); in version_etc()
|
| H A D | version-etc.h | 29 const char *command_name, const char *package, 33 const char *command_name, const char *package,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 99 auto command_name = command[0].ref(); in DoExecute() local 100 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute() 165 if (m_interpreter.GetAliasFullName(command_name, alias_full_name)) { in DoExecute() 183 CommandObject::LookupArgumentName(command_name); in DoExecute() 190 GenerateAdditionalHelpAvenuesMessage(&error_msg_stream, command_name, in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 619 auto command_name = args[0].ref(); in DoExecute() local 620 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute() 629 if (m_interpreter.CommandExists(command_name)) { in DoExecute() 643 if (!m_interpreter.RemoveAlias(command_name)) { in DoExecute() 644 if (m_interpreter.AliasExists(command_name)) in DoExecute() 709 auto command_name = args[0].ref(); in DoExecute() local 710 if (!m_interpreter.CommandExists(command_name)) { in DoExecute() 715 &error_msg_stream, command_name, llvm::StringRef(), llvm::StringRef(), in DoExecute() 721 if (!m_interpreter.RemoveCommand(command_name)) { in DoExecute()
|
| H A D | CommandObjectMultiword.cpp | 237 const char *command_name = pos->first.c_str(); in AproposAllSubCommands() local 241 complete_command_name << prefix << " " << command_name; in AproposAllSubCommands()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 56 auto command_name = "structured-data"; in InitializeBasePluginForDebugger() local 60 parent_command->LoadSubCommand(command_name, command_sp); in InitializeBasePluginForDebugger()
|
| /freebsd-13.1/usr.sbin/cpucontrol/ |
| H A D | cpucontrol.c | 217 const char *command_name; in do_msr() local 286 command_name = "RDMSR"; in do_msr() 290 command_name = "WRMSR"; in do_msr() 294 command_name = "MSRSBIT"; in do_msr() 298 command_name = "MSRCBIT"; in do_msr() 311 WARN(0, "ioctl(%s, CPUCTL_%s (%#x))", dev, command_name, msr); in do_msr()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 142 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName(); in GetAliasExpansion() local 143 help_string.Printf("'%*s", (int)command_name.size(), command_name.data()); in GetAliasExpansion()
|
| H A D | CommandInterpreter.cpp | 1763 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand() local 1764 LLDB_LOGF(log, "HandleCommand, cmd_obj : '%s'", command_name.str().c_str()); in HandleCommand() 2681 llvm::StringRef command_name = pos->first; in FindCommandsForApropos() local 2688 if (command_name.contains_insensitive(search_word) || in FindCommandsForApropos()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 553 const char *command_name, lldb::CommandOverrideCallback callback, in SetCommandOverrideCallback() argument 557 command_name, callback, baton); in SetCommandOverrideCallback() 559 if (command_name && command_name[0] && IsValid()) { in SetCommandOverrideCallback() 560 llvm::StringRef command_name_str = command_name; in SetCommandOverrideCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 213 bool SetCommandOverrideCallback(const char *command_name,
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 271 def command(command_name=None, doc=None): 277 …nd script add -f %s.%s %s" % (function.__module__, function.__name__, command_name or function.__n…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1376 auto command_name = "darwin-log"; in DebuggerInitialize() local 1378 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()
|