| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
| split_command.t | 36 my @cmds = $mm->split_command($echo, @test_args); 37 isnt( @cmds, 0 ); 39 @results = _run(@cmds); 45 @cmds = $mm->split_command($even_args, %test_args); 46 isnt( @cmds, 0 ); 48 @results = _run(@cmds); 55 my @cmds = @_; 57 s{\$\(PERLRUN\)}{$perl} foreach @cmds; 59 s{-\n}{} foreach @cmds 62 s{\\\n}{} foreach @cmds; [all...] |
| Embed.t | 154 static char *cmds[] = { "perl","-e", "$|=1; print qq[ok 5\\n]", NULL }; 170 perl_parse(my_perl, NULL, (sizeof(cmds)/sizeof(char *))-1, cmds, env);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/pktool/ |
| pktool.c | 485 static verbcmd cmds[] = { variable 501 static int num_cmds = sizeof (cmds) / sizeof (verbcmd); 509 cmds[TOKEN_IDX].verb = TOKEN_VERB; 510 cmds[TOKEN_IDX].summary = TOKEN_SUMM; 511 cmds[TOKEN_IDX].synopsis = TOKEN_SYN; 513 cmds[SETPIN_IDX].verb = SETPIN_VERB; 514 cmds[SETPIN_IDX].summary = SETPIN_SUMM; 515 cmds[SETPIN_IDX].synopsis = SETPIN_SYN; 517 cmds[LIST_IDX].verb = LIST_VERB; 518 cmds[LIST_IDX].summary = LIST_SUMM [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
| picld_pluginutil.c | 133 undo_commands(cmdbuf_t *cmds, int last_cmd_index) 136 command_t *com = cmds->commands; 213 parse_version(cmdbuf_t *cmds, char *line) 230 cmds->version_no = (float)strtod(vertok, &endptr); 234 if (cmds->version_no > (float)SUPPORTED_VERSION_NUM) 708 process_prop(cmdbuf_t *cmds, command_t *command, picl_nodehdl_t nodeh) 715 if (cmds->inside_row_block && 716 cmds->commands[cmds->current_row].rowcmd_nproph == 0) 734 if (cmds->inside_row_block) 1637 cmdbuf_t *cmds; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
| kmfcfg.c | 61 static verbcmd cmds[] = { variable 146 static int num_cmds = sizeof (cmds) / sizeof (verbcmd); 163 (void) fprintf(stdout, "\t%s\n", cmds[i].synopsis); 207 if (strcmp(cmds[i].verb, argv[0]) == 0) { 219 ret = (*cmds[found].action)(argc, argv); 253 "error 0x%02x\n"), cmds[found].verb, ret);
|
| /onnv/onnv-gate/usr/src/lib/krb5/ss/ |
| utils.c | 35 char * generate_cmds_string(cmds) 36 char const *cmds; 42 fputs(cmds, output_file); 55 char * generate_rqte(func_name, info_string, cmds, options) 58 char const *cmds; 63 var_name = generate_cmds_string(cmds);
|
| /onnv/onnv-gate/usr/src/cmd/devmgmt/ |
| Makefile | 33 SUBDIRS = cmds data mkdtab
|
| /onnv/onnv-gate/usr/src/cmd/ndmpd/ndmp/ |
| ndmpd_tar.c | 83 tlm_commands_t *cmds; local 95 cmds = &nlp->nlp_cmds; 96 (void) memset(cmds, 0, sizeof (*cmds)); 111 cmds->tcs_command = tlm_create_reader_writer_ipc(TRUE, xfer_size); 112 if (cmds->tcs_command == NULL) { 123 tlm_release_reader_writer_ipc(cmds->tcs_command); 152 tlm_commands_t *cmds; local 163 cmds = &nlp->nlp_cmds; 164 (void) memset(cmds, 0, sizeof (*cmds)) 271 tlm_commands_t *cmds; local 1079 tlm_commands_t *cmds; local 1178 tlm_commands_t *cmds; local 1275 tlm_commands_t *cmds; local [all...] |
| ndmpd_tar3.c | 1479 tlm_commands_t *cmds; local 1553 tlm_commands_t *cmds; local 1621 tlm_commands_t *cmds; local 2272 tlm_commands_t *cmds; local 2400 tlm_commands_t *cmds; local 2944 tlm_commands_t *cmds; local 2984 tlm_commands_t *cmds; local 3174 tlm_commands_t *cmds; local 3495 tlm_commands_t *cmds; local [all...] |
| ndmpd_util.c | 1719 tlm_commands_t *cmds; local 1758 tlm_commands_t *cmds; local 1794 tlm_commands_t *cmds; local 1831 tlm_commands_t *cmds; local [all...] |
| ndmpd_mover.c | 2690 tlm_commands_t *cmds; \/* Commands structure *\/ local 2838 tlm_commands_t *cmds; \/* Commands structure *\/ local 2924 tlm_commands_t *cmds; local 3060 tlm_commands_t *cmds; \/* Commands structure *\/ local 3199 tlm_commands_t *cmds; local 3295 tlm_commands_t *cmds; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/hal/utils/ |
| printer.c | 92 char *cmds[32]; local 95 memset(&cmds, 0, sizeof (cmds)); 98 ((v != NULL) && (i < NELEM(cmds))); 100 cmds[i++] = strdup(strip_ws(v)); 104 for (i = 0; (cmds)[i] != NULL; i++) 105 (*command_set)[i] = cmds[i];
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgadm/ |
| main.c | 63 struct cmd cmds[] = { variable in typeref:struct:cmd 130 for (cur_cmd = 0; cmds[cur_cmd].c_name != NULL; cur_cmd++) { 131 if (ci_streq(argv[optind], cmds[cur_cmd].c_name)) { 136 return (cmds[cur_cmd].c_func(newargc, newargv));
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| docmd.c | 58 struct subcmd *cmds); 61 struct subcmd *cmds); 99 * Do the commands in cmds (initialized by yyparse). 110 extern struct cmd *cmds; 125 if (!cmds) 126 printf("docmds: cmds == NULL\n"); 128 printf("docmds: cmds "); 129 prcmd(cmds); 131 for (c = cmds; c != NULL; c = c->c_next) { 172 doarrow(filev, files, rhost, cmds) [all...] |
| main.c | 426 struct subcmd *cmds; local 454 cmds = NULL; 456 cmds = makesubcmd(INSTALL); 457 cmds->sc_options = options; 458 cmds->sc_name = dest; 467 insert(NULL, files, hosts, cmds);
|
| gram.y | 22 struct cmd *cmds = NULL; 371 if (cmds) 372 prcmd(cmds); 374 printf("insert: cmds NULL\n"); 380 for (prev = NULL, c = cmds; c!=NULL; prev = c, c = c->c_next) { 403 cmds = nc; 406 /* update last_cmd if appending nc to cmds */ 434 if (cmds == NULL) 435 cmds = last_cmd = c;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| if_init.c | 142 * Table for SLKS and CMDS 371 struct fm_mn cmds; local 394 cmds.single.attrs = NULL; 395 cmds.multi = NULL; 397 &cmds.multi, fp); 399 numcmds = array_len(cmds.multi); 401 if ((command = multi_eval(&cmds, i, CMD_NAME)) == NULL) 403 action = get_def(&cmds, i, CMD_ACTION); 418 get_def(&cmds, i, CMD_HELP), 419 get_def(&cmds, i, CMD_INTR) [all...] |
| /onnv/onnv-gate/usr/src/cmd/devctl/ |
| devctl.c | 103 typedef struct cmds { struct 117 static struct cmds *dc_cmd(); 143 static struct cmds device_cmds[] = { 162 static struct cmds bus_cmds[] = { 190 struct cmds *dcmd; 529 static struct cmds * 530 dc_cmd(struct cmds *cmd_tbl, char *devctl_cmdname)
|
| /onnv/onnv-gate/usr/src/uts/i86pc/io/fipe/ |
| fipe_pm.c | 660 dcopy_cmd_t *cmds = fipe_ioat_ctrl.ioat_cmds; local 663 if (dcopy_cmd_post(cmds[idx]) == DCOPY_SUCCESS) { 709 dcopy_cmd_t cmds[FIPE_IOAT_CMD_NUM + 1]; local 779 bzero(cmds, sizeof (cmds)); 791 cmds[idx] = cmds[idx + 1]; 793 rc = dcopy_cmd_alloc(handle, flags, &cmds[idx]); 805 cmds[idx]->dp_flags = DCOPY_CMD_NOSRCSNP | DCOPY_CMD_NODSTSNP; 809 cmds[idx]->dp_flags |= DCOPY_CMD_NOSTAT 895 dcopy_cmd_t *cmds = fipe_ioat_ctrl.ioat_cmds; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/ |
| fmadm.c | 104 } cmds[] = { variable in typeref:struct:cmd 133 for (cp = cmds; cp->cmd_name != NULL; cp++) { 202 for (cp = cmds; cp->cmd_name != NULL; cp++) {
|
| /onnv/onnv-gate/usr/src/cmd/svc/configd/ |
| object.c | 357 const struct rep_protocol_transaction_cmd *cmds; local 370 cmds = (struct rep_protocol_transaction_cmd *)loc; 371 cur->tx_cmd = cmds; 373 sz = cmds->rptc_size; 378 len = cmds->rptc_name_len; 459 const struct rep_protocol_transaction_cmd *cmds; local 474 cmds = (struct rep_protocol_transaction_cmd *)loc; 479 sz = cmds->rptc_size;
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| engine.c | 208 STACK *cmds = NULL; local 219 cmds = sk_new_null(); 221 if(!cmds) 292 if(cmds) sk_pop_free(cmds, identity); 298 static void util_do_cmds(ENGINE *e, STACK *cmds, BIO *bio_out, const char *indent) 300 int loop, res, num = sk_num(cmds); 310 cmd = sk_value(cmds, loop);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| Makefile | 31 OBJS = cmds.o cmdtab.o ftp.o getpass.o glob.o main.o pclose.o \
|
| /onnv/onnv-gate/usr/src/cmd/tip/ |
| Makefile | 38 OBJS= acu.o cmds.o cmdtab.o cu.o hunt.o \
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| MM_Any.pm | 123 my @cmds = $MM->split_command($cmd, @args); 129 split_command() will return a series of @cmds each processing part of 131 individual line in @cmds will not be longer than the 136 If no @args are given, no @cmds will be returned. 150 my @cmds = (); 151 return(@cmds) unless @args; 181 push @cmds, $self->escape_newlines("$cmd\n$arg_str"); 184 return @cmds; 217 my @cmds = map { '$(NOECHO) $(ECHO) '.$self->quote_literal($_) } 221 $cmds[0] .= " $redirect $file" [all...] |