| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/common/ |
| gram.y | 59 | commands command 61 command: BREAK NEWLINE label 118 printf("rdb: unknown event command: %s\n", $2);
|
| main.c | 134 char *command; local 145 command = argv[0]; 158 "[executable arguments ...]\n", command); 159 (void) printf("\t-f command file\n"); 177 perr(command); 209 command, procname);
|
| /onnv/onnv-gate/usr/src/stand/lib/sa/sparc/ |
| prom_misc.c | 46 char *command; local 56 command = encode_bytes_command; 59 command = encode_string_command; 62 prom_interpret(command, (uint_t)cn, prop_datalen,
|
| /onnv/onnv-gate/usr/src/cmd/mail/ |
| cksaved.c | 52 char command[512]; local 96 (void) snprintf(command, sizeof (command), 127 (void) snprintf(command, sizeof (command), 137 systm(command);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| gram.y | 64 | file command 67 command: NAME EQUAL namelist = { label 238 yyerror("command string too long\n"); 353 * Insert or append ARROW command to list of hosts to be updated. 378 * Search command list for an update to the same host. 391 * Insert new command to update host. 413 * Append DCOLON command to the end of the command list since these are always 524 * Make a sub command for lists of variables, commands, etc.
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_grammar.y | 122 %type <l_dcmd> command 160 * hand command's addrv and update any vcbs that are 161 * active. Otherwise, on the command-line, we have to 163 * command with the new value of dot. Sigh. 206 * the previous command if -o repeatlast is set 217 pipeline: pipeline '|' command { mdb_cmd_create($3, &mdb.m_frame->f_argvec); } 218 | command { mdb_cmd_create($1, &mdb.m_frame->f_argvec); } 221 command: '?' format_list { $$ = mdb_dcmd_lookup("?"); } label
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/ |
| testp2pt.pl | 74 sub command { subroutine 82 return $self->SUPER::command(@_) unless ($cmd eq "include"); 84 ## We have an '=include' command
|
| /onnv/onnv-gate/usr/src/cmd/ptools/prun/ |
| prun.c | 41 static char *command; variable 50 if ((command = strrchr(argv[0], '/')) != NULL) 51 command++; 53 command = argv[0]; 56 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command); 77 command, arg, Pgrab_error(gcode)); 97 command, arg, strerror(errno)); 124 " no matching LWPs found\n", command, arg); 161 command, (int)Pstatus(P)->pr_pid,
|
| /onnv/onnv-gate/usr/src/cmd/ptools/pstop/ |
| pstop.c | 41 static char *command; variable 50 if ((command = strrchr(argv[0], '/')) != NULL) 51 command++; 53 command = argv[0]; 56 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command); 77 command, arg, Pgrab_error(gcode)); 93 " no matching LWPs found\n", command, arg); 132 command, (int)Pstatus(P)->pr_pid,
|
| /onnv/onnv-gate/usr/src/cmd/ptools/pwdx/ |
| pwdx.c | 36 static char *command; variable 48 command, arg, Pgrab_error(gcode)); 57 command, arg, strerror(errno)); 72 if ((command = strrchr(argv[0], '/')) != NULL) 73 command++; 75 command = argv[0]; 78 (void) fprintf(stderr, "usage:\t%s pid ...\n", command);
|
| /onnv/onnv-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
| sharemgr_main.c | 52 (void) printf(gettext("usage: sharemgr [-h | <command> [options]]\n")); 61 char *command = NULL; local 71 * parse enough of command line to get protocol, if any. 74 command = basename(argv[0]); 75 if (strcmp(command, "share") != 0 && strcmp(command, "unshare") != 0) { 89 if (strcmp(command, "sharemgr") == 0) { 90 command = argv[optind]; 102 * now have enough to parse rest of command line 120 rval = run_command(command, argc, argv, protocol, handle) [all...] |
| /onnv/onnv-gate/usr/src/cmd/prtfru/ |
| main.c | 38 usage(const char *command) 42 command); 48 char *command = argv[0], *searchpath = NULL; local 76 usage(command); 86 usage(command); 101 usage(command); 108 usage(command);
|
| /onnv/onnv-gate/usr/src/cmd/ptools/pwait/ |
| pwait.c | 44 static char *command; variable 60 if ((command = strrchr(argv[0], '/')) != NULL) 61 command++; 63 command = argv[0]; 75 (void) fprintf(stderr, "usage:\t%s [-v] pid ...\n", command); 91 command); 129 command, arg);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| TestTarget.java | 37 System.err.println("Usage: java TestTarget <script> <command>"); 42 String command = args[1]; local 72 consumer.createProcess(command);
|
| /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/ |
| line.c | 43 char chx, chy, command; local 49 command = COM|((xd < 0) << 1)|(yd < 0); 58 spew(command);
|
| /onnv/onnv-gate/usr/src/cmd/lastcomm/ |
| lc_exacct.c | 47 ok(int argc, char *argv[], int index, uid_t uid, dev_t tty, char *command) 54 strncmp(command, argv[j], fldsiz(acct, ac_comm))) 63 char *command = NULL; local 87 command = curr_obj.eo_item.ei_string; 125 if (command == NULL) { 145 if (argc > index && !ok(argc, argv, index, uid, tty, command)) 153 fldsiz(acct, ac_comm), fldsiz(acct, ac_comm), command,
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| Checker.pm | 113 The C<=over> command does not have a corresponding C<=back> before the 120 An C<=item> or C<=back> command has been found outside a 125 A C<=begin> command was found that is not followed by the formatter 130 A standalone C<=end> command was found. 140 There is no specification of the formatter after the C<=for> command. 148 =item * Unknown command "I<CMD>" 150 An invalid POD command has been found. Valid are C<=head1>, C<=head2>, 156 An invalid markup command has been encountered. Valid are: 193 The C<=back> command does not take any arguments. 265 The previous section (introduced by a C<=head> command) does not contai 802 sub command { subroutine [all...] |
| PlainText.pm | 141 # Called for each command paragraph. Gets the command, the associated 143 # the command to a method named the same as the command. =cut is handled 145 sub command { subroutine 147 my $command = shift; 148 return if $command eq 'pod'; 149 return if ($$self{EXCLUDE} && $command ne 'end'); 151 $command = 'cmd_' . $command; [all...] |
| /onnv/onnv-gate/usr/src/cmd/ptools/pldd/ |
| pldd.c | 38 static char *command; variable 51 if ((command = strrchr(argv[0], '/')) != NULL) 52 command++; 54 command = argv[0]; 76 "usage:\t%s [-Fl] { pid | core } ...\n", command); 109 command, arg, Pgrab_error(gcode)); 120 "insufficient content\n", command, arg); 134 "not be available\n", command);
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
| cmdexec.c | 40 #define COMMAND '!' 102 if (*pt == COMMAND) { 118 progerr(gettext("command failed <%s>"), cmd); 130 char command[256]; local 136 (void) sprintf(command, "%s -f %s <%s >%s", cmd, input, file, tempout); 137 if (system(command)) 140 (void) sprintf(command, "cp %s %s", tempout, file); 141 if (system(command))
|
| /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/ |
| inj_grammar.y | 73 %type <l_command> command 123 | command { 300 command: cmd_repeatable label
|
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| if_ascii.c | 105 char *command[10], objtypebuf[20], titlebuf[MAX_WIDTH]; local 130 command[i++] = "$VMSYS/OBJECTS/Menu.print"; 133 command[i++] = pdefbuf; 137 command[i++] = jobclassbuf; 141 command[i++] = draftbuf; 144 command[i++] = titlebuf; 146 command[i++] = objtypebuf; 147 command[i++] = ott_to_path(entry); 148 command[i++] = NULL; 150 objopv("OPEN", "MENU", command); [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/wish/ |
| objop.c | 248 char command[BUFSIZ]; local 253 length = sprintf(command, "%s ", oot[opindex]->extern_func); 255 length += sprintf(command + length, "%s ", argvhold[i]); 256 proc_opensys(PR_ERRPROMPT, title, NULL, command);
|
| /onnv/onnv-gate/usr/src/cmd/ptools/preap/ |
| preap.c | 45 static char *command; variable 119 command, arg, Pgrab_error(gret)); 125 command, (int)pid); 135 "non-defunct ancestor is 'init'\n", command, 144 command, (int)pid, Pgrab_error(gret)); 150 "defunct less than %d seconds\n", command, (int)pid, 156 (void) fprintf(stderr, "%s: cannot examine %d: %s\n", command, 164 "stopped and may reap status upon restart\n", command, 177 (void) fprintf(stderr, "%s: failed to stop %d: %s", command, 185 command, (int)ppid, strerror(errno)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/zonecfg/ |
| zonecfg_grammar.y | 33 static cmd_t *cmd = NULL; /* Command being processed */ 140 %type <cmd> command 161 commands: command terminator 172 | command error terminator 196 command: add_command label
|