Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_ctrl.c72 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null()
80 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name()
156 return strlen(e->cmd_defns[idx].cmd_name); in int_ctrl_helper()
158 return BIO_snprintf(s, strlen(e->cmd_defns[idx].cmd_name) + 1, in int_ctrl_helper()
159 "%s", e->cmd_defns[idx].cmd_name); in int_ctrl_helper()
247 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, in ENGINE_ctrl_cmd() argument
252 if ((e == NULL) || (cmd_name == NULL)) { in ENGINE_ctrl_cmd()
258 0, (void *)cmd_name, in ENGINE_ctrl_cmd()
284 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() argument
290 if ((e == NULL) || (cmd_name == NULL)) { in ENGINE_ctrl_cmd_string()
[all …]
HDengine.h325 const char *cmd_name; /* The command name itself */ member
514 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
539 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd-11-stable/stand/lua/
HDcli.lua83 local cmd_name = argv[1]
84 local cmd = cli[cmd_name]
141 local cmd_name
142 cmd_name, argv = core.popFrontTable(argv)
143 return cmd_name, argv
HDcore.lua41 local function composeLoaderCmd(cmd_name, argstr)
43 cmd_name = cmd_name .. " " .. argstr
45 return cmd_name
/freebsd-11-stable/sys/ddb/
HDddb.h165 #define DB_COMMAND(cmd_name, func_name) \ argument
166 _DB_FUNC(_cmd, cmd_name, func_name, db_cmd_table, 0, NULL)
169 #define DB_SHOW_COMMAND(cmd_name, func_name) \ argument
170 _DB_FUNC(_show, cmd_name, func_name, db_show_table, 0, NULL)
173 #define DB_SHOW_ALL_COMMAND(cmd_name, func_name) \ argument
174 _DB_FUNC(_show_all, cmd_name, func_name, db_show_all_table, 0, NULL)
/freebsd-11-stable/contrib/sendmail/src/
HDcontrol.c28 char *cmd_name; /* command name */ member
330 for (c = CmdTab; c->cmd_name != NULL; c++)
332 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
HDsrvrsmtp.c460 char *cmd_name; /* command name */ member
1537 (c == NULL || c->cmd_name == NULL) ? "startup" : c->cmd_name);
1872 for (c = CmdTab; c->cmd_name != NULL; c++)
1874 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
3658 c->cmd_name, CurSmtpClient,
/freebsd-11-stable/contrib/subversion/subversion/include/
HDsvn_opt.h184 const char *cmd_name);
197 const char *cmd_name);
212 const char *cmd_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandObjectMultiword.h35 bool LoadSubCommand(llvm::StringRef cmd_name,
106 bool LoadSubCommand(llvm::StringRef cmd_name,
HDCommandObject.h180 virtual bool LoadSubCommand(llvm::StringRef cmd_name, in LoadSubCommand() argument
/freebsd-11-stable/usr.sbin/flowctl/
HDflowctl.c104 char *cmd_name; member
166 for (i = 0; cmds[i].cmd_name != NULL; i++) in execute_command()
167 if (!strncmp(argv[0], cmds[i].cmd_name, strlen(argv[0]))) { in execute_command()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDdeprecated.c395 const char *cmd_name) in svn_opt_get_canonical_subcommand2() argument
399 if (cmd_name == NULL) in svn_opt_get_canonical_subcommand2()
404 if (strcmp(cmd_name, table[i].name) == 0) in svn_opt_get_canonical_subcommand2()
407 if (strcmp(cmd_name, table[i].aliases[j]) == 0) in svn_opt_get_canonical_subcommand2()
419 const char *cmd_name) in svn_opt_get_canonical_subcommand() argument
423 if (cmd_name == NULL) in svn_opt_get_canonical_subcommand()
428 if (strcmp(cmd_name, table[i].name) == 0) in svn_opt_get_canonical_subcommand()
431 if (strcmp(cmd_name, table[i].aliases[j]) == 0) in svn_opt_get_canonical_subcommand()
HDopt.c60 const char *cmd_name) in svn_opt_get_canonical_subcommand3() argument
64 if (cmd_name == NULL) in svn_opt_get_canonical_subcommand3()
69 if (strcmp(cmd_name, table[i].name) == 0) in svn_opt_get_canonical_subcommand3()
72 if (strcmp(cmd_name, table[i].aliases[j]) == 0) in svn_opt_get_canonical_subcommand3()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMultiword.cpp328 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() argument
331 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand()
HDCommandObjectCommands.cpp1785 auto cmd_name = command[0].ref(); in DoExecute() local
1787 if (cmd_name.empty() || !m_interpreter.HasUserCommands() || in DoExecute()
1788 !m_interpreter.UserCommandExists(cmd_name)) { in DoExecute()
1794 m_interpreter.RemoveUser(cmd_name); in DoExecute()
/freebsd-11-stable/usr.sbin/nandsim/
HDnandsim.c121 const char *cmd_name; /* Command name */ member
169 (opts->cmd_name != NULL); opts++) { in getcommand()
170 if (strcmp(opts->cmd_name, arg) == 0) in getcommand()
1192 (opts->cmd_name != NULL); opts++) in cmdhelp()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUserExpression.cpp864 ConstString cmd_name("_cmd"); in AddArguments() local
866 cmd_ptr = GetObjectPointer(frame_sp, cmd_name, object_ptr_error); in AddArguments()
/freebsd-11-stable/sys/dev/pdq/
HDpdq.c371 const char *cmd_name; member
577 pdq_cmd_info[op].cmd_name)); in pdq_queue_commands()
610 pdq_cmd_info[rspgen->generic_op].cmd_name, in pdq_process_command_responses()
/freebsd-11-stable/contrib/gdb/gdb/
HDremote.c652 char *cmd_name; in add_packet_config_cmd() local
662 xasprintf (&cmd_name, "%s-packet", title); in add_packet_config_cmd()
663 add_setshow_auto_boolean_cmd (cmd_name, class_obscure, in add_packet_config_cmd()
672 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0, in add_packet_config_cmd()
674 add_alias_cmd (legacy_name, cmd_name, class_obscure, 0, in add_packet_config_cmd()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2987 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl() local
2988 actual_cmd_name_len += cmd_name.size(); in ResolveCommandImpl()
2989 revised_command_line.Printf("%s", cmd_name.str().c_str()); in ResolveCommandImpl()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDengine.pod98 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
100 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd-11-stable/contrib/wpa/src/crypto/
HDtls_openssl.c1258 const char *cmd_name = "LOAD_CERT_CTRL"; in tls_engine_init() local
1262 0, (void *)cmd_name, NULL)) { in tls_engine_init()
/freebsd-11-stable/contrib/binutils/bfd/
HDChangeLog-020310848 * vms-tir.c (cmd_name): New function.
10850 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().