Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_ctrl.c29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null()
37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name()
111 return strlen(cdp->cmd_name); in int_ctrl_helper()
113 return strlen(strcpy(s, cdp->cmd_name)); in int_ctrl_helper()
196 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, in ENGINE_ctrl_cmd() argument
201 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd()
207 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd()
232 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() argument
239 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd_string()
245 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd_string()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_ctrl.c26 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null()
34 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name()
108 return strlen(cdp->cmd_name); in int_ctrl_helper()
110 return strlen(strcpy(s, cdp->cmd_name)); in int_ctrl_helper()
193 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, in ENGINE_ctrl_cmd() argument
198 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd()
204 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd()
229 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() argument
236 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd_string()
242 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd_string()
/netbsd-src/sbin/dmctl/
H A Ddmctl.c62 const char *cmd_name; member
181 for (i = 0; commands[i].cmd_name != NULL; i++) in main()
182 if (strcmp(cmdname, commands[i].cmd_name) == 0) in main()
185 if (commands[i].cmd_name == NULL) in main()
193 "command: %s specified\n", commands[i].cmd_name); in main()
546 for (i = 0; commands[i].cmd_name != NULL; i++) in usage()
547 (void)fprintf(stderr, "\t%s\t%s\n", commands[i].cmd_name, commands[i].cmd_help); in usage()
/netbsd-src/usr.sbin/pcictl/
H A Dpcictl.c60 const char *cmd_name; member
131 for (i = 0; commands[i].cmd_name != NULL; i++) in main()
132 if (strcmp(cmdname, commands[i].cmd_name) == 0) in main()
134 if (commands[i].cmd_name == NULL) in main()
163 for (i = 0; commands[i].cmd_name != NULL; i++) in usage()
164 fprintf(stderr, "\t%s %s\n", commands[i].cmd_name, in usage()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dtrace.h233 void *workload, const char *cmd_name),
236 buf_addr_type, workload, cmd_name),
247 __array(char, cmd_name, GVT_CMD_STR_LEN)
258 snprintf(__entry->cmd_name, GVT_CMD_STR_LEN, "%s", cmd_name);
269 __entry->cmd_name,
/netbsd-src/sbin/dkctl/
H A Ddkctl.c76 const char *cmd_name; member
218 for (i = 0; commands[i].cmd_name != NULL; i++) in lookup()
219 if (strcmp(name, commands[i].cmd_name) == 0) in lookup()
221 if (commands[i].cmd_name == NULL)
238 for (i = 0; commands[i].cmd_name != NULL; i++)
239 fprintf(stderr, "\t%s %s\n", commands[i].cmd_name,
/netbsd-src/sbin/scsictl/
H A Dscsictl.c64 const char *cmd_name; member
183 for (i = 0; commands[i].cmd_name != NULL; i++) in main()
184 if (strcmp(cmdname, commands[i].cmd_name) == 0) in main()
186 if (commands[i].cmd_name == NULL) in main()
203 for (i = 0; device_commands[i].cmd_name != NULL; i++) in usage()
204 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, in usage()
207 for (i = 0; bus_commands[i].cmd_name != NULL; i++) in usage()
208 fprintf(stderr, "\t%s %s\n", bus_commands[i].cmd_name, in usage()
/netbsd-src/sbin/bioctl/
H A Dbioctl.c56 const char *cmd_name; member
161 for (i = 0; commands[i].cmd_name != NULL; i++) in main()
162 if (strcmp(cmdname, commands[i].cmd_name) == 0) in main()
164 if (commands[i].cmd_name == NULL) in main()
193 for (i = 0; commands[i].cmd_name != NULL; i++) in usage()
194 (void)fprintf(stderr, " %s %s\n", commands[i].cmd_name, in usage()
/netbsd-src/sbin/atactl/
H A Datactl.c144 const char *cmd_name; member
536 for (i = 0; device_commands[i].cmd_name != NULL; i++) { in main()
537 if (strcmp(cmdname, device_commands[i].cmd_name) == 0) { in main()
543 for (i = 0; bus_commands[i].cmd_name != NULL; i++) { in main()
544 if (strcmp(cmdname, bus_commands[i].cmd_name) == 0) { in main()
566 for (i=0; device_commands[i].cmd_name != NULL; i++) in usage()
567 fprintf(stderr, "\t%s %s\n", device_commands[i].cmd_name, in usage()
571 for (i=0; bus_commands[i].cmd_name != NULL; i++) in usage()
572 fprintf(stderr, "\t%s %s\n", bus_commands[i].cmd_name, in usage()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dengine.h253 const char *cmd_name; /* The command name itself */ member
429 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
454 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/netbsd-src/sbin/disklabel/
H A Dinteract.c68 static void cmd_name(struct disklabel *, char *, int);
91 { "N", cmd_name, "name the label" },
230 cmd_name(lp, s, fd); in cmd_info()
430 cmd_name(struct disklabel *lp, char *s, int fd) in cmd_name() function
/netbsd-src/distrib/utils/edlabel/
H A Dedlabel.c479 const char *cmd_name; member
496 printf("%s\t- %s\n", cmd->cmd_name, cmd->cmd_descr); in menu()
525 if (cmd->cmd_name[0] == tmpbuf[0]) in main()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvresize.c192 const char *cmd_name; in _lvresize_params() local
199 cmd_name = command_name(cmd); in _lvresize_params()
200 if (!strcmp(cmd_name, "lvreduce")) in _lvresize_params()
202 if (!strcmp(cmd_name, "lvextend")) in _lvresize_params()
/netbsd-src/external/apache2/llvm/dist/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))
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dengine.h259 const char *cmd_name; /* The command name itself */ member
450 OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
479 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/netbsd-src/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-globals.h46 void set_cmd_name(const char *cmd_name);
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlvm-globals.h46 void set_cmd_name(const char *cmd_name);
H A Dtoolcontext.h44 int cmd_name; /* Show command name? */ member
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.h44 int cmd_name; /* Show command name? */ member
H A Dtoolcontext.c159 cmd->default_settings.cmd_name = find_config_tree_int(cmd, in _init_logging()
162 init_cmd_name(cmd->default_settings.cmd_name); in _init_logging()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmain.c370 lookup_command_attribute (const char *cmd_name) in lookup_command_attribute() argument
376 if (strcmp (cmd_name, cm->fullname) == 0) in lookup_command_attribute()
380 error (1, 0, "unknown command: %s", cmd_name); in lookup_command_attribute()
H A Dserver.c3304 check_command_valid_p (char *cmd_name) in check_command_valid_p() argument
3315 if (lookup_command_attribute (cmd_name) & CVS_CMD_MODIFIES_REPOSITORY) in check_command_valid_p()
3506 do_cvs_command (char *cmd_name, int (*command) (int, char **)) in do_cvs_command() argument
3528 TRACE (TRACE_FUNCTION, "do_cvs_command (%s)", cmd_name); in do_cvs_command()
3544 if (lookup_command_attribute (cmd_name) in do_cvs_command()
3564 if (lookup_command_attribute (cmd_name) in do_cvs_command()
3590 if (!check_command_valid_p (cmd_name)) in do_cvs_command()
3595 buf_output0 (buf_to_net, cmd_name); in do_cvs_command()
3601 cvs_cmd_name = cmd_name; in do_cvs_command()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c549 const char *cmd_name; in vmw_cmdbuf_work_func() local
554 if (!vmw_cmd_describe(header, &error_cmd_size, &cmd_name)) { in vmw_cmdbuf_work_func()
564 cmd_name); in vmw_cmdbuf_work_func()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c1525 const char *cmd_name; in dump_load_command() local
1527 cmd_name = bfd_mach_o_get_name_or_null in dump_load_command()
1531 if (cmd_name == NULL) in dump_load_command()
1534 printf ("%s\n", cmd_name); in dump_load_command()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c1524 const char *cmd_name; in dump_load_command() local
1526 cmd_name = bfd_mach_o_get_name_or_null in dump_load_command()
1530 if (cmd_name == NULL) in dump_load_command()
1533 printf ("%s\n", cmd_name); in dump_load_command()

12