Searched refs:cmd_str (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | 04-xs-rpath-darwin.t | 216 my $cmd_str = _stringify_cmd($cmd); 219 die "Could not run $cmd_str: $!"; 222 die sprintf "Command $cmd_str : killed by signal %d, %s coredump\n", 226 die sprintf "$cmd_str exited with error code %d\n", $error >> 8;
|
| /openbsd-src/sbin/wsconsctl/ |
| H A D | display.c | 76 #define fillioctl(n) { cmd = n; cmd_str = #n; } 86 const char *cmd_str; in display_get_values() local 152 warn("%s", cmd_str); in display_get_values() 200 const char *cmd_str; in display_put_values() local 273 warn("%s", cmd_str); in display_put_values()
|
| /openbsd-src/gnu/llvm/lldb/scripts/ |
| H A D | disasm-gdb-remote.pl | 584 my $cmd_str = shift; 585 my @cmd_chars = split(/ */, $cmd_str); 1086 my $cmd_str; 1087 $cmd eq 'c' and $cmd_str = 'continue'; 1088 $cmd eq 's' and $cmd_str = 'step'; 1093 printf("%s ($addr_format)\n", $cmd_str, $address); 1097 printf("%s ()\n", $cmd_str); 1109 my $cmd_str; 1110 $cmd eq 'c' and $cmd_str = 'continue'; 1111 $cmd eq 's' and $cmd_str = 'step'; [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 920 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument 922 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 926 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 991 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument 996 std::string cmd = std::string(cmd_str); in GetCommandSP() 1042 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP() 1054 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP() 1066 num_user_matches = AddNamesMatchingPartialString(m_user_dict, cmd_str, in GetCommandSP() 1081 m_user_mw_dict, cmd_str, *matches, descriptions); in GetCommandSP() 1109 matches->AppendString(cmd_str); in GetCommandSP() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 38 const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str, 42 const bool add_all = cmd_str.empty(); 45 if (add_all || (iter->first.find(std::string(cmd_str), 0) == 0)) {
|