| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| H A D | eng_ctrl.c | 29 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 D | eng_ctrl.c | 26 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 D | dmctl.c | 62 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 D | pcictl.c | 60 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 D | trace.h | 233 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 D | dkctl.c | 76 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 D | scsictl.c | 64 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 D | bioctl.c | 56 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 D | atactl.c | 144 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 D | engine.h | 253 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 D | interact.c | 68 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 D | edlabel.c | 479 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 D | lvresize.c | 192 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 D | creduce-clang-crash.py | 38 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 D | engine.h | 259 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 D | lvm-globals.h | 46 void set_cmd_name(const char *cmd_name);
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | lvm-globals.h | 46 void set_cmd_name(const char *cmd_name);
|
| H A D | toolcontext.h | 44 int cmd_name; /* Show command name? */ member
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/commands/ |
| H A D | toolcontext.h | 44 int cmd_name; /* Show command name? */ member
|
| H A D | toolcontext.c | 159 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 D | main.c | 370 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 D | server.c | 3304 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 D | vmwgfx_cmdbuf.c | 549 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 D | od-macho.c | 1525 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 D | od-macho.c | 1524 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()
|