Searched refs:cmd_name (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_ctrl.c29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL))
37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) {
86 /* Now handle cmd_name -> cmd_num conversion */
111 return strlen(cdp->cmd_name);
113 return strlen(strcpy(s, cdp->cmd_name));
196 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, argument
201 if (e == NULL || cmd_name == NULL) {
207 0, (void *)cmd_name, NULL)) <= 0) {
232 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, argument
239 if (e == NULL || cmd_name
[all...]
/freebsd-current/sys/ddb/
H A Dddb.h197 #define DB_COMMAND_FLAGS(cmd_name, func_name, flags) \
198 DB_TABLE_COMMAND_FLAGS(cmd, cmd_name, func_name, flags)
199 #define DB_COMMAND(cmd_name, func_name) \
200 DB_COMMAND_FLAGS(cmd_name, func_name, 0)
205 #define DB_SHOW_COMMAND_FLAGS(cmd_name, func_name, flags) \
206 DB_TABLE_COMMAND_FLAGS(show, cmd_name, func_name, flags)
207 #define DB_SHOW_COMMAND(cmd_name, func_name) \
208 DB_SHOW_COMMAND_FLAGS(cmd_name, func_name, 0)
213 #define DB_SHOW_ALL_COMMAND(cmd_name, func_name) \
214 DB_TABLE_COMMAND_FLAGS(show_all, cmd_name, func_nam
[all...]
/freebsd-current/contrib/llvm-project/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.h519 void PrintWarningsIfNecessary(Stream &s, const std::string &cmd_name) { argument
525 cmd_name.c_str());
534 cmd_name.c_str());
H A DCommandObject.h184 virtual bool LoadSubCommand(llvm::StringRef cmd_name, argument
189 virtual llvm::Error LoadUserSubcommand(llvm::StringRef cmd_name, argument
/freebsd-current/contrib/sendmail/src/
H A Dcontrol.c29 char *cmd_name; /* command name */ member in struct:cmd
329 for (c = CmdTab; c->cmd_name != NULL; c++)
331 if (SM_STRCASEEQ(c->cmd_name, cmdbuf))
H A Dsrvrsmtp.c593 char *cmd_name; /* command name */ member in struct:cmd
1682 (c == NULL || c->cmd_name == NULL) ? "startup" : c->cmd_name);
2014 for (c = CmdTab; c->cmd_name != NULL; c++)
2016 if (SM_STRCASEEQ(c->cmd_name, cmdbuf))
3921 c->cmd_name, CurSmtpClient,
/freebsd-current/stand/lua/
H A Dcli.lua88 local cmd_name = argv[1]
89 local cmd = cli[cmd_name]
244 -- Used for splitting cli varargs into cmd_name and the rest of argv
247 local cmd_name
248 cmd_name, argv = core.popFrontTable(argv)
249 return cmd_name, argv
H A Dcore.lua42 local function composeLoaderCmd(cmd_name, argstr)
44 cmd_name = cmd_name .. " " .. argstr
46 return cmd_name
/freebsd-current/sbin/pfilctl/
H A Dpfilctl.c54 const char *cmd_name; member in struct:cmd
73 for (int i = 0; cmds[i].cmd_name != NULL; i++)
74 if (!strncmp(argv[0], cmds[i].cmd_name, strlen(argv[0]))) {
/freebsd-current/usr.sbin/flowctl/
H A Dflowctl.c99 char *cmd_name; member in struct:ip_ctl_cmd
161 for (i = 0; cmds[i].cmd_name != NULL; i++)
162 if (!strncmp(argv[0], cmds[i].cmd_name, strlen(argv[0]))) {
/freebsd-current/sys/netlink/
H A Dnetlink_ctl.h90 const char *cmd_name; member in struct:genl_cmd
H A Dnetlink_generic.c92 gf->family_name, cmd->cmd_name, ghdr->cmd, hdr->nlmsg_len);
272 .cmd_name = "GETFAMILY",
H A Dnetlink_generic_kpi.c205 cmd->cmd_name, cmd->cmd_num, gf->family_name);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp133 llvm::Error CommandObjectMultiword::RemoveUserSubcommand(llvm::StringRef cmd_name, argument
136 std::string str_name(cmd_name);
384 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) {
387 return proxy_command->LoadSubCommand(cmd_name, command_sp);
383 LoadSubCommand( llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) argument
H A DCommandObjectCommands.cpp1939 const char *cmd_name = command.GetArgumentAtIndex(0); variable
1941 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(),
1945 cmd_name, cmd_sp, m_options.m_overwrite);
1967 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); variable
1969 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(),
1972 add_to_me->LoadUserSubcommand(cmd_name, cmd_sp, m_options.m_overwrite);
2033 const char *cmd_name = command.GetArgumentAtIndex(0); variable
2036 CommandObjectSP cmd_sp = interp.GetCommandSPExact(cmd_name);
2039 cmd_name);
2044 "container command %s is not a user command", cmd_name);
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf_nl.c1521 .cmd_name = "GETSTATES",
1528 .cmd_name = "GETCREATORS",
1535 .cmd_name = "START",
1542 .cmd_name = "STOP",
1549 .cmd_name = "ADDRULE",
1556 .cmd_name = "GETRULES",
1563 .cmd_name = "GETRULE",
1570 .cmd_name = "CLRSTATES",
1577 .cmd_name = "KILLSTATES",
1584 .cmd_name
[all...]
H A Dpflow.c1735 .cmd_name = "LIST",
1742 .cmd_name = "CREATE",
1749 .cmd_name = "DEL",
1756 .cmd_name = "GET",
1763 .cmd_name = "SET",
/freebsd-current/crypto/openssl/include/openssl/
H A Dengine.h255 * has cmd_num set to zero and/or cmd_name set to NULL.
259 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
447 * on how to use the cmd_name and cmd_optional.
450 OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
457 * cmd_name is converted to a command number and the control command is
462 * doesn't support the given cmd_name the return value will be success
479 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd-current/sys/tests/
H A Dktest.c350 .cmd_name = "KTEST_CMD_LIST",
356 .cmd_name = "KTEST_CMD_RUN",
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c238 return ret->cmd_name;
H A Diwl-trans.h370 const char *const cmd_name; member in struct:iwl_hcmd_names
374 { .cmd_id = x, .cmd_name = #x }
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp951 static constexpr llvm::StringLiteral cmd_name("_cmd");
953 cmd_ptr = GetObjectPointer(frame_sp, cmd_name, object_ptr_error);
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3422 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); local
3423 revised_command_line.Printf("%s", cmd_name.str().c_str());
/freebsd-current/sys/netinet/
H A Dip_carp.c2968 .cmd_name = "SIOCGVH",
2975 .cmd_name = "SIOCSVH",

Completed in 390 milliseconds

12