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

/freebsd-10.0-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.0-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c182 const char *command_name; local
251 command_name = "RDMSR";
255 command_name = "WRMSR";
259 command_name = "MSRSBIT";
263 command_name = "MSRCBIT";
276 WARN(0, "ioctl(%s, CPUCTL_%s (%lu))", dev, command_name, command);
/freebsd-10.0-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.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h119 SetCommandOverrideCallback (const char *command_name,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp363 SBCommandInterpreter::SetCommandOverrideCallback (const char *command_name, argument
367 if (command_name && command_name[0] && m_opaque_ptr)
369 std::string command_name_str (command_name);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp810 const char *command_name = args.GetArgumentAtIndex(0); local
811 cmd_obj = m_interpreter.GetCommandObject(command_name);
814 if (m_interpreter.CommandExists (command_name))
817 command_name);
823 if (m_interpreter.RemoveAlias (command_name) == false)
825 if (m_interpreter.AliasExists (command_name))
827 command_name);
829 result.AppendErrorWithFormat ("'%s' is not an existing alias.\n", command_name);
840 command_name);
H A DCommandObjectMultiword.cpp320 const char * command_name = pos->first.c_str(); local
324 complete_command_name.Printf ("%s %s", prefix, command_name);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1014 CommandInterpreter::GetAliasHelp (const char *alias_name, const char *command_name, StreamString &help_string) argument
1016 help_string.Printf ("'%s", command_name);
1808 std::string command_name (cmd_obj->GetCommandName());
2828 const char *command_name = pos->first.c_str(); local
2833 commands_found.AppendString (command_name);
2838 cmd_obj->AproposAllSubCommands (command_name,
2850 const char *command_name = pos->first.c_str(); local
2855 commands_found.AppendString (command_name);
2860 cmd_obj->AproposAllSubCommands (command_name,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h277 const char *command_name,

Completed in 195 milliseconds