Searched defs:command (Results 1 - 25 of 52) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestp2pt.pl74 sub command { subroutine
82 return $self->SUPER::command(@_) unless ($cmd eq "include");
84 ## We have an '=include' command
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathprog.c28 * command!=0 is used as a default
41 prog(const char* command, char* path, size_t size) argument
96 if (command)
98 if ((n = strlen(command) + 1) <= size)
99 memcpy(path, command, n);
106 pathprog(const char* command, char* path, size_t size) argument
111 if ((n = prog(command, path, size)) > 0 && n < size && *path != '/' && (rel = strdup(path)))
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dline.c43 char chx, chy, command; local
49 command = COM|((xd < 0) << 1)|(yd < 0);
58 spew(command);
H A Dsubr.c139 char c, addr, command; local
145 command = COM|PENUP|((dx < 0) << 1)|(dy < 0);
152 c = command|DOUBLE;
173 c = command|DOUBLE;
196 spew(command);
202 spew(command);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c1 /* cmdline.c - the device-independent GRUB text command line */
51 /* Print a helpful message for the command-line interface. */
56 " lists possible command completions. Anywhere else TAB lists the possible\n"
61 /* Find the builtin whose command name is COMMAND and return the
64 find_command (char *command) argument
70 /* Find the first space and terminate the command name. */
71 ptr = command;
78 /* Seek out the builtin whose command name is COMMAND. */
81 int ret = grub_strcmp (command, (*builtin)->name);
99 /* Initialize the data for the command
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm113 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) doe
802 sub command { subroutine
[all...]
H A DPlainText.pm141 # 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...]
H A DLaTeX.pm19 into Latex. The L<B<pod2latex>|pod2latex> X<pod2latex> command uses
976 =item B<command>
982 sub command { subroutine
984 my ($command, $paragraph, $line_num, $parobj) = @_;
987 return if $command eq 'pod';
1004 # Now run the command
1005 if ($command eq 'over') {
1009 } elsif ($command eq 'item') {
1013 } elsif ($command eq 'back') {
1017 } elsif ($command e
[all...]
H A DMan.pm11 # manual pages to manual pages that can be read by the man(1) command. It is
12 # a replacement for the pod2man command distributed with versions of Perl
269 # something that *roff would interpret as a command. This is overkill, but
484 # Called for each command paragraph. Gets the command, the associated
486 # the command to a method named the same as the command. =cut is handled
488 sub command { subroutine
490 my $command = shift;
491 return if $command e
[all...]
H A DParser.pm29 sub command {
30 my ($parser, $command, $paragraph, $line_num) = @_;
31 ## Interpret the command and its text; sample actions might be:
32 if ($command eq 'head1') { ... }
33 elsif ($command eq 'head2') { ... }
67 ## given on the command-line (use STDIN if no files were given).
101 B<command()>
176 pass the C<=cut> directive to the caller just like any other POD command
177 (and hence it may be processed by the B<command()> method).
230 =head1 B<command()>
269 sub command { subroutine
[all...]
H A DText.pm216 # Called for each command paragraph. Gets the command, the associated
218 # the command to a method named the same as the command. =cut is handled
220 sub command { subroutine
222 my $command = shift;
223 return if $command eq 'pod';
224 return if ($$self{EXCLUDE} && $command ne 'end');
225 if ($self->can ('cmd_' . $command)) {
226 $command
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c117 * Execute a command and determine the result.
120 cmd(int file, struct uscsi_cmd *command, int flag) argument
132 command->uscsi_flags = USCSI_RQENABLE;
133 command->uscsi_flags |= flag;
138 /* print command for debug */
140 if ((command->uscsi_cdb == NULL) ||
152 "SCSI command: %s\n",
153 g_scsi_find_command_name(command->uscsi_cdb[0]));
155 for (i = 0; i < (int)command->uscsi_cdblen; i++) {
156 (void) printf("%x ", *(command
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dparser.y86 %type <cmd> command commands1 statement
110 yyerror (state, "Incorrect command");
130 statement: command { $$ = $1; }
159 object after command completes.
162 object under loops, so we should not let command implementation
251 /* A single command. */
252 command: grubcmd { $$ = $1; } label
260 commands1: newlines0 command
264 | commands1 delimiters1 command
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c42 /* execute command directly if possible; else use the shell */
95 /* get the command name */
134 Sfio_t* sfpopen(Sfio_t* f, const char* command, const char* mode) argument
136 Sfio_t* sfpopen(f,command,mode)
138 char* command; /* command to execute */
149 if (!command || !command[0] || !mode)
167 av[2] = (char*)command;
197 if(!command || !comman
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dhist.c264 /* read in and run the command */
282 * given a file containing a command and a string of the form old=new,
283 * execute the command with the string old replaced by new
286 static void hist_subst(const char *command,int fd,char *replace) argument
304 errormsg(SH_DICT,ERROR_exit(1),e_subst,command);
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dinit.c231 char *command = &args[i]; local
235 end = grub_strchr (command, ';');
241 i += end - command + 1;
246 /* Process command. */
247 val = grub_strchr (command, '=');
251 grub_env_set (command, val + 1);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-editenv.c76 _("You need to specify at least one command.\n"));
266 char *command; local
276 fprintf (stderr, "%s", _("Error in parsing command line arguments\n"));
285 command = argv[index++];
292 command = argv[index++];
295 if (strcmp (command, "create") == 0)
297 else if (strcmp (command, "list") == 0)
299 else if (strcmp (command, "set") == 0)
301 else if (strcmp (command, "unset") == 0)
306 fprintf (stderr, _("Unknown command `
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c37 * Utility functions: issue a PNIC command, retrieve result. Use
48 static uint16_t pnic_command_quiet ( struct nic *nic, uint16_t command, argument
64 /* Write command */
65 outw ( command, nic->ioaddr + PNIC_REG_CMD );
73 "returned (expected %d, got %d)\n", command,
82 "(have %d, need %d)\n", command,
95 static uint16_t pnic_command ( struct nic *nic, uint16_t command, argument
100 uint16_t status = pnic_command_quiet ( nic, command,
105 printf ( "PNIC command %#hx (len %#hx) failed with status %#hx\n",
106 command, input_lengt
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c121 static char command[MAXLINE]; local
129 snprintf(command, sizeof (command), "/bin/mail -f %s -d %s", from,
131 mail_fp = popen(command, "w");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm189 sub command subroutine
239 ${*$cmd}{'net_cmd_resp'} = [ 'Unsupported command' ];
273 carp(ref($cmd) . ": Unexpected EOF on command channel")
398 # command, which happens of net_cmd_need_crlf exists
603 command based protocol, for example FTP and SMTP.
629 Returns the text message returned from the last command
633 Returns the 3-digit code from the last command. If a command is pending
639 less than 400. This holds true for most command servers. Servers
644 Returns the most significant digit of the current status code. If a command
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c149 char *command; local
176 command = error_info.id;
265 shp->st.cmdname = error_info.id = command;
490 /* command loop */
537 /* sets timeout for command entry */
600 /* The last command may not have to fork */
729 * fix up command line for ps command
H A Dsuid_exec.c90 static char *command; variable
107 if((command = argv[1]) == 0)
243 argv[0] = command;
284 sfprintf(sfstdout,"%s: %s\n",command,message);
/osnet-11/usr/src/lib/libcmdutils/common/
H A Ddecompress.c153 * Pass contents of inputfd through command;
158 filter_stream(int inputfd, const char *command) argument
175 (void) execlp(command, command, NULL);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c96 * This must -never- be called from any command that can be started
246 char command[1024]; local
249 if (snprintf(command, sizeof (command), metaset, dgname) >=
250 sizeof (command)) {
255 rc = system(command);
500 * This must -never- be called from any command that can be started
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java397 * completed (see {@link #createProcess(String command)
562 * Creates a process by executing the given command on the system
578 * @param command a string whose first token is assumed to be the
579 * name of the command and whose subsequent tokens are the arguments
580 * to that command.
582 * @throws NullPointerException if the given command is {@code nul}l
583 * @throws IllegalArgumentException if the given command is empty or
591 public int createProcess(String command) throws DTraceException; argument
611 * @see #createProcess(String command)

Completed in 64 milliseconds

123