Home
last modified time | relevance | path

Searched refs:command_str (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp26 std::string command_str = command.str(); in GenerateAdditionalHelpAvenuesMessage() local
30 !subcommand_str.empty() ? subcommand_str : command_str; in GenerateAdditionalHelpAvenuesMessage()
31 s->Printf("'%s' is not a known command.\n", command_str.c_str()); in GenerateAdditionalHelpAvenuesMessage()
/src/sys/cam/nvme/
H A Dnvme_xpt.c838 char command_str[128]; in nvme_proto_debug_out() local
846 command_str, sizeof(command_str)))); in nvme_proto_debug_out()
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig742 PythonString command_str(command);
743 PythonObject result = pfunc(command_str);
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp832 std::string command_str = command.str(); in ExecuteOneLine() local
885 Py_BuildValue("(Os)", session_dict.get(), command_str.c_str())); in ExecuteOneLine()
911 "python failed attempting to evaluate '%s'\n", command_str.c_str()); in ExecuteOneLine()
/src/contrib/ee/
H A Dee.c487 char *command_str; variable
1822 cmd_str = get_string(command_str, TRUE); in command_prompt()
5331 command_str = catgetlocal( 71, "command: "); in strings_init()