Searched refs:command (Results 126 - 150 of 263) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddyncmd.c1 /* dyncmd.c - support dynamic command */
24 #include <grub/command.h>
72 /* Read the file command.lst for auto-loading. */
80 filename = grub_xasprintf ("%s/command.lst", prefix);
H A Dcompletion.c1 /* completion.c - complete a command, a disk, a partition or a file */
46 /* The state the command line is in. */
317 complete_arguments (char *command)
324 cmd = grub_command_find (command);
390 should be added to the string. This command outputs the possible
424 /* Determine the state the command line is in, depending on the
430 /* Complete a command. */
316 complete_arguments(char *command) argument
H A Dcontext.c24 #include <grub/command.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm18 Intended for use on command line with B<-M> option as a way of testing
H A DFileCache.pm50 append them to the command string as you would system EXPR.
64 a pipe, the command at the far end of the pipe will be reexecuted - the results
/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/docs/
H A Dmdate-sh100 command=
104 # Add another shift to the command.
105 command="$command shift;"
126 eval $command
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh87 command=
91 # Add another shift to the command.
92 command="$command shift;"
113 eval $command
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmdate-sh96 command=
100 # Add another shift to the command.
101 command="$command shift;"
122 eval $command
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddtruss8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
24 # dtruss df -h # run and examine the "df -h" command
70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
124 command="$*" # yes, I meant $*!
583 -c "$command" >&2
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddtruss8 # USAGE: dtruss [-acdeflhoLs] [-t syscall] { -p PID | -n name | command }
24 # dtruss df -h # run and examine the "df -h" command
70 command=""; opt_buf=0; buf="4m"; opt_trace=0; trace="."; opt_stack=0
91 USAGE: dtruss [-acdefholLs] [-t syscall] { -p PID | -n name | command }
124 command="$*" # yes, I meant $*!
583 -c "$command" >&2
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c148 * INPUT: errstr - the error message returned by the command
153 * string for the metainit -a command and in this case the errstr
154 * string has to be parsed to extract the command and node name
156 * command: node: context: error message
164 char *command; local
172 command = Malloc(length);
175 if (sscanf(errstr, "%[^:]: %[^:]: %[^\n]", command, node,
177 (void) fprintf(stderr, "%s: %s: %s: %s\n", command,
183 Free(command);
198 * PURPOSE: sends the command t
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c1150 dtj_make_argv(JNIEnv *jenv, jstring command, int *argc) argument
1154 const char *cmd; /* native command string */
1155 char *s; /* writable command */
1165 if (!command) {
1166 dtj_throw_null_pointer(jenv, "command is null");
1168 } else if ((*jenv)->GetStringLength(jenv, command) == 0) {
1169 dtj_throw_illegal_argument(jenv, "command is empty");
1173 cmd = dtj_GetStringNativeChars(jenv, command);
1181 "failed to allocate command string");
1182 dtj_ReleaseStringNativeChars(jenv, command, cm
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL371 my @command = @_; # copy so we don't try to s/// aliases to constants
372 for my $word (@command)
377 print "@command";
382 system @command;
715 find2perl - translate find command lines to Perl code
723 find2perl is a little translator to convert find command lines to
863 file. Note that the command "rm" has been special-cased to use perl's
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm22 F<test.pl> the following command should be used:
29 information which is in that profile. The following command will
35 following command:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm67 # a bug in the 4DOS/4NT command line interpreter. The visible
98 might indicate a command, otherwise .com, .exe, .bat and .cmd will be
438 These are based on what command.com does on Win98. They may be wrong
464 # Win98's command.com
492 nmake 1.50 limits command length to 2048 characters.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
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...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/efi/
H A Dloadbios.c1 /* loadbios.c - command to load a bios dump */
25 #include <grub/command.h>
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dplay.c1 /* play.c - command to play a tune */
29 #include <grub/command.h>
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dminicmd.c30 #include <grub/command.h>
H A Dusbtest.c27 #include <grub/command.h>
H A Dvideoinfo.c1 /* videoinfo.c - command to list video modes. */
25 #include <grub/command.h>
H A Dvideotest.c26 #include <grub/command.h>
106 command is useful:
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmain.c30 #include <grub/command.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/efi/
H A Dappleloader.c27 #include <grub/command.h>

Completed in 76 milliseconds

1234567891011