Searched defs:command_name (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/diff/lib/
H A Dversion-etc.c45 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-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp99 auto command_name = command[0].ref(); local
H A DCommandObjectMultiword.cpp239 const char *command_name = pos->first.c_str(); local
243 complete_command_name << prefix << " " << command_name; local
H A DCommandObjectCommands.cpp781 auto command_name = args[0].ref(); variable
863 auto command_name = args[0].ref(); variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp143 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName(); local
H A DCommandInterpreter.cpp1755 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; local
2635 llvm::StringRef command_name = pos->first; local
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c217 const char *command_name; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp546 SetCommandOverrideCallback( const char *command_name, lldb::CommandOverrideCallback callback, void *baton) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1382 auto command_name = "darwin-log"; local

Completed in 123 milliseconds