Searched refs:command_name (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/diff/lib/
H A Dversion-etc.h29 const char *command_name, const char *package,
33 const char *command_name, const char *package,
H A Dversion-etc.c46 const char *command_name, const char *package,
66 if (command_name)
67 fprintf (stream, "%s (%s) %s\n", command_name, package, version);
169 const char *command_name, const char *package,
175 version_etc_va (stream, command_name, package, version, authors);
45 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
168 version_etc(FILE *stream, const char *command_name, const char *package, const char *version, ...) argument
/freebsd-10.2-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c234 const char *command_name; local
303 command_name = "RDMSR";
307 command_name = "WRMSR";
311 command_name = "MSRSBIT";
315 command_name = "MSRCBIT";
328 WARN(0, "ioctl(%s, CPUCTL_%s (%lu))", dev, command_name, command);
/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfodoc.c1156 char *command_name;
1158 command_name = read_function_name ((char *) _("Where is command: "), window);
1160 if (!command_name)
1166 if (*command_name)
1170 command = named_function (command_name);
1181 command_name, NULL);
1188 command_name, location);
1192 command_name, location);
1197 command_name, NULL);
1200 free (command_name);
1155 char *command_name; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h119 SetCommandOverrideCallback (const char *command_name,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp379 SBCommandInterpreter::SetCommandOverrideCallback (const char *command_name, argument
383 if (command_name && command_name[0] && m_opaque_ptr)
385 std::string command_name_str (command_name);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp827 const char *command_name = args.GetArgumentAtIndex(0); local
828 cmd_obj = m_interpreter.GetCommandObject(command_name);
831 if (m_interpreter.CommandExists (command_name))
834 command_name);
840 if (m_interpreter.RemoveAlias (command_name) == false)
842 if (m_interpreter.AliasExists (command_name))
844 command_name);
846 result.AppendErrorWithFormat ("'%s' is not an existing alias.\n", command_name);
857 command_name);
H A DCommandObjectMultiword.cpp321 const char * command_name = pos->first.c_str(); local
325 complete_command_name.Printf ("%s %s", prefix, command_name);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h279 const char *command_name,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1044 CommandInterpreter::GetAliasHelp (const char *alias_name, const char *command_name, StreamString &help_string) argument
1046 help_string.Printf ("'%s", command_name);
1841 std::string command_name (cmd_obj->GetCommandName());
2887 const char *command_name = pos->first.c_str(); local
2892 commands_found.AppendString (command_name);
2897 cmd_obj->AproposAllSubCommands (command_name,
2909 const char *command_name = pos->first.c_str(); local
2914 commands_found.AppendString (command_name);
2919 cmd_obj->AproposAllSubCommands (command_name,

Completed in 96 milliseconds