Home
last modified time | relevance | path

Searched refs:cmd_name (Results 1 – 25 of 40) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h36 bool LoadSubCommand(llvm::StringRef cmd_name,
39 llvm::Error LoadUserSubcommand(llvm::StringRef cmd_name,
43 llvm::Error RemoveUserSubcommand(llvm::StringRef cmd_name, bool multiword_okay);
109 bool LoadSubCommand(llvm::StringRef cmd_name,
H A DCommandInterpreter.h517 void PrintWarningsIfNecessary(Stream &s, const std::string &cmd_name) { in PrintWarningsIfNecessary() argument
523 cmd_name.c_str()); in PrintWarningsIfNecessary()
532 cmd_name.c_str()); in PrintWarningsIfNecessary()
H A DCommandObject.h184 virtual bool LoadSubCommand(llvm::StringRef cmd_name, in LoadSubCommand() argument
189 virtual llvm::Error LoadUserSubcommand(llvm::StringRef cmd_name, in LoadUserSubcommand() argument
/openbsd-src/sys/stand/boot/
H A Dcmd.c207 printf("%s: syntax error\n", ct->cmd_name); in docmd()
215 cmd.argv[0] = ct->cmd_name; in docmd()
236 while ((*ct)->cmd_name != NULL && strncmp(p, (*ct)->cmd_name, l)) in whatcmd()
239 if ((*ct)->cmd_name == NULL) in whatcmd()
335 for (; ct->cmd_name != NULL; ct++) in print_help()
336 printf(" %s", ct->cmd_name); in print_help()
H A Dvars.c127 for (ct = cmd_set; ct->cmd_name != NULL; ct++) { in Xset()
128 printf("%s\t ", ct->cmd_name); in Xset()
H A Dcmd.h34 char *cmd_name; member
/openbsd-src/sys/arch/powerpc64/stand/rdboot/
H A Dcmd.c210 printf("%s: syntax error\n", ct->cmd_name); in docmd()
218 cmd.argv[0] = ct->cmd_name; in docmd()
239 while ((*ct)->cmd_name != NULL && strncmp(p, (*ct)->cmd_name, l)) in whatcmd()
242 if ((*ct)->cmd_name == NULL) in whatcmd()
323 for (; ct->cmd_name != NULL; ct++) in print_help()
324 printf(" %s", ct->cmd_name); in print_help()
H A Dvars.c123 for (ct = cmd_set; ct->cmd_name != NULL; ct++) { in Xset()
124 printf("%s\t ", ct->cmd_name); in Xset()
H A Dcmd.h34 char *cmd_name; member
/openbsd-src/sys/arch/octeon/stand/rdboot/
H A Dcmd.c210 printf("%s: syntax error\n", ct->cmd_name); in docmd()
218 cmd.argv[0] = ct->cmd_name; in docmd()
239 while ((*ct)->cmd_name != NULL && strncmp(p, (*ct)->cmd_name, l)) in whatcmd()
242 if ((*ct)->cmd_name == NULL) in whatcmd()
323 for (; ct->cmd_name != NULL; ct++) in print_help()
324 printf(" %s", ct->cmd_name); in print_help()
H A Dvars.c123 for (ct = cmd_set; ct->cmd_name != NULL; ct++) { in Xset()
124 printf("%s\t ", ct->cmd_name); in Xset()
H A Dcmd.h34 char *cmd_name; member
/openbsd-src/sbin/fdisk/
H A Duser.c35 char *cmd_name; member
183 printf("\t%s\t\t%s\n", cmd_table[i].cmd_name, in USER_help()
213 if (strstr(cmd_table[i].cmd_name, cmd) == cmd_table[i].cmd_name) in ask_cmd()
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm296 sub cmd_name { subroutine
302 *name = \&cmd_name;
508 sub cmd_name { subroutine
514 *name = \&cmd_name;
/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dtrace.h231 void *workload, const char *cmd_name),
234 buf_addr_type, workload, cmd_name),
245 __array(char, cmd_name, GVT_CMD_STR_LEN)
256 snprintf(__entry->cmd_name, GVT_CMD_STR_LEN, "%s", cmd_name);
267 __entry->cmd_name,
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dvms-tir.c84 static const char * cmd_name
250 cmd_name (cmd) in cmd_name() function
339 cmd_name (cmd), name);
384 cmd_name (cmd));
396 (*_bfd_error_handler) (_("unsupported STA cmd %s"), cmd_name (cmd));
445 cmd_name (cmd));
459 cmd_name (cmd));
513 cmd_name (cmd), name);
536 cmd_name (cmd), name);
589 _bfd_vms_debug (3, "%s: no symbol \"%s\"\n", cmd_name (cmd), name);
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-tir.c178 cmd_name (int cmd) in cmd_name() function
259 cmd_name (cmd), name); in etir_sta()
299 cmd_name (cmd)); in etir_sta()
311 (*_bfd_error_handler) (_("unsupported STA cmd %s"), cmd_name (cmd)); in etir_sta()
409 cmd_name (cmd), name); in etir_sto()
431 cmd_name (cmd), name); in etir_sto()
482 _bfd_vms_debug (3, "%s: no symbol \"%s\"\n", cmd_name (cmd), name); in etir_sto()
495 (*_bfd_error_handler) (_("%s: not supported"), cmd_name (cmd)); in etir_sto()
500 (*_bfd_error_handler) (_("%s: not implemented"), cmd_name (cmd)); in etir_sto()
604 (*_bfd_error_handler) (_("%s: not supported"), cmd_name (cmd)); in etir_opr()
[all …]
/openbsd-src/usr.sbin/pppd/
H A Doptions.c266 char *cmd_name;
447 for (cmdp = cmds; cmdp->cmd_name; cmdp++)
448 if (!strcmp(arg, cmdp->cmd_name))
451 if (cmdp->cmd_name != NULL) {
495 for (cmdp = cmds; cmdp->cmd_name; cmdp++)
496 if (!strcmp(arg, cmdp->cmd_name))
499 if (cmdp->cmd_name != NULL) {
582 for (cmdp = cmds; cmdp->cmd_name; cmdp++)
583 if (!strcmp(cmd, cmdp->cmd_name))
586 if (cmdp->cmd_name !
264 char *cmd_name; global() member
[all...]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1920 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
1922 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1926 cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
1948 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); in DoExecute() local
1950 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1953 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite); in DoExecute()
2015 const char *cmd_name = command.GetArgumentAtIndex(0); in DoExecute() local
2018 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name); in DoExecute()
2021 cmd_name); in DoExecute()
2026 "container command %s is not a user command", cmd_name); in DoExecute()
[all …]
H A DCommandObjectMultiword.cpp133 llvm::Error CommandObjectMultiword::RemoveUserSubcommand(llvm::StringRef cmd_name, in RemoveUserSubcommand() argument
136 std::string str_name(cmd_name); in RemoveUserSubcommand()
385 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() argument
388 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand()
/openbsd-src/usr.bin/cvs/
H A Dcmd.c74 if (strcmp(cmd, cvs_cdt[i]->cmd_name) == 0) in cvs_findcmd()
H A Dlog.c90 cmdname = (cmdp != NULL) ? cmdp->cmd_name : __progname; in cvs_vlog()
/openbsd-src/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py38 def check_cmd(cmd_name, cmd_dir, cmd_path=None): argument
51 cmd = find_executable(cmd_name, path=cmd_dir)
57 sys.exit("ERROR: `%s` not found in %s" % (cmd_name, cmd_dir))
/openbsd-src/lib/libcrypto/engine/
H A Dengine_stubs.c111 ENGINE_ctrl_cmd(ENGINE *engine, const char *cmd_name, long i, void *p, in ENGINE_ctrl_cmd() argument
/openbsd-src/usr.sbin/ldomctl/
H A Dldomctl.c41 const char *cmd_name; member
114 for (cmdp = commands; cmdp->cmd_name != NULL; cmdp++) in main()
115 if (strcmp(argv[0], cmdp->cmd_name) == 0) in main()
117 if (cmdp->cmd_name == NULL) in main()

12