| /osnet-11/usr/src/grub/grub2/tests/ |
| H A D | grub_script_dollar.in | 4 @builddir@/grub-script-check << EOF
|
| H A D | grub_script_blanklines.in | 4 @builddir@/grub-script-check <<EOF
|
| H A D | grub_script_final_semicolon.in | 4 @builddir@/grub-script-check <<EOF
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
| H A D | script.t | 17 open(try,">Comp.script") || (die "Can't open temp file."); 21 $x = `$Perl Comp.script`; 25 $x = `$Perl <Comp.script`; 29 unlink 'Comp.script' || `/bin/rm -f Comp.script`;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | Complex.t | 25 my @script = ( 73 push(@script, <<'EOT'); 81 push(@script, qq(print "ok $test\\n"}\n)); 84 push(@script, <<'EOT'); 94 push(@script, qq(print "ok $test\\n"}\n)); 97 push(@script, <<'EOT'); 107 push(@script, qq(print "ok $test\\n"}\n)); 120 push(@script, $constants); 128 push(@script, <<EOT); 134 push(@script, q [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | FindBin.pm | 9 FindBin - Locate directory of original perl script 23 Locates the full path to the script bin directory to allow the use 31 If perl is invoked using the B<-e> option or the perl script is read from 37 $Bin - path to bin directory from where script was invoked 38 $Script - basename of script from which perl was invoked 114 # perl invoked with -e or script is on C<STDIN> 121 my $script = $0; 131 unless(($script =~ m#/# || ($dosish && $script =~ m#\\#)) 132 && -f $script) [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Codes/t/ |
| H A D | all.t | 33 my $script; 383 $script = code2script($code); 384 if (!defined $script) 389 $reverse = script2code($script); 404 # code to script, back to code, for ALPHA2 409 $script = code2script($code, LOCALE_CODE_ALPHA_2); 410 if (!defined $script) 415 $reverse = script2code($script, LOCALE_CODE_ALPHA_2); 430 # code to script, back to code, for ALPHA3 435 $script [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/ |
| H A D | cpan | 25 This script provides a command interface (not a shell) to CPAN.pm. 29 These options are mutually exclusive, and the script processes 30 them in this order: [ahvr]. Once the script finds one, it ignores 31 the others, and then exits after it finishes the task. The script 50 Print the script version and CPAN.pm version. 56 These options are mutually exclusive, and the script processes 157 print STDERR "cpan script version $VERSION\n" .
|
| /osnet-11/usr/src/grub/grub2/grub-core/tests/ |
| H A D | test_blockarg.c | 32 if (! ctxt->script) 36 grub_script_execute (ctxt->script);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
| H A D | Script.pm | 2 # Locale::Script - ISO codes for script identification (ISO 15924) 49 # to look up the corresponding script. 70 # no such script code! 84 my $script = shift; 88 return undef unless defined $script; 89 $script = lc($script); 90 if (exists $COUNTRIES->[$codeset]->{$script}) 92 return $COUNTRIES->[$codeset]->{$script}; 97 # no such script! [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/ |
| H A D | s2p.t | 11 (a) run psed with a sed script and input data to obtain some output 12 (b) run s2p with a sed script creating a Perl program and then run the 19 - script: the sed script 68 # This script should be run on itself 94 script => <<'[TheEnd]', 139 script => <<'[TheEnd]', 160 script => <<'[TheEnd]', 200 script => <<'[TheEnd]', 224 script [all...] |
| /osnet-11/usr/src/grub/grub2/util/ |
| H A D | grub-script-check.c | 1 /* grub-script-check.c - check grub script file for syntax errors */ 61 Checks GRUB script configuration file for syntax errors.\n\ 65 -v, --verbose print the script as it is being processed\n\ 82 struct grub_script *script = NULL; local 184 script = grub_script_parse (input, get_config_line); 185 if (script) 187 grub_script_execute (script); 188 grub_script_free (script); 192 } while (script ! [all...] |
| H A D | misc.c | 232 grub_script_execute (struct grub_script *script) argument 234 if (script == 0 || script->cmd == 0) 237 return script->cmd->exec (script->cmd);
|
| /osnet-11/usr/src/grub/grub2/include/grub/ |
| H A D | script_sh.h | 71 struct grub_script *script; 82 struct grub_script *script; 291 struct grub_script *grub_script_parse (char *script, 293 void grub_script_free (struct grub_script *script); 298 char *script, 327 /* Execute any GRUB pre-parsed command or script. */ 328 grub_err_t grub_script_execute (struct grub_script *script); 334 /* SHIFT command for GRUB script. */ 337 /* SETPARAMS command for GRUB script functions. */ 356 /* The script functio 70 struct grub_script *script; member in struct:grub_script_arg 81 struct grub_script *script; member in struct:grub_script_argv 387 grub_script_ref(struct grub_script *script) argument 395 grub_script_unref(struct grub_script *script) argument [all...] |
| H A D | extcmd.h | 54 struct grub_script *script; member in struct:grub_extcmd_context 77 struct grub_script *script);
|
| /osnet-11/usr/src/grub/grub2/grub-core/script/ |
| H A D | parser.y | 84 %type <cmd> script_init script 96 script_init: { state->err = 0; } script { state->parsed = $2; state->err = 0; } 99 script: newlines0 label 103 | script statement delimiter newlines0 158 later use, so script framework may not free the grub_script 197 if (! $$ || ! ($$->script = grub_script_create ($3, memory))) 201 /* attach nested scripts to $$->script as children */ 202 $$->script->children = state->scripts; 204 /* restore old scripts; append $$->script to siblings. */ 205 state->scripts = $<scripts>2 ?: $$->script; [all...] |
| H A D | script.c | 0 /* script.c -- Functions to create an in memory description of the script. */ 28 to the parsed script when parsing was successful. 95 grub_script_free (struct grub_script *script) argument 100 if (! script) 103 if (script->mem) 104 grub_script_mem_free (script->mem); 106 s = script->children; 112 grub_free (script); 135 argpart->script 343 grub_script_parse(char *script, grub_reader_getline_t getline) argument [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | magic.t | 207 $script = "$wd/show-shebang"; 212 $script = "$wd/show-shebang.bat"; 227 $script = "./show-shebang"; 230 $script = ":show-shebang"; 233 $script = "[]show-shebang"; 241 $s1 = "\$^X is $perl, \$0 is $script\n"; 242 ok open(SCRIPT, ">$script"), $!; 249 ok chmod(0755, $script), $!; 250 $_ = ($Is_MacOS || $Is_VMS) ? `$perl $script` : `$script`; [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| H A D | Fast.pm | 110 FastCGI scripts are persistent: one or more copies of the script 113 whatever one-time initialization it needs, the script enters a 117 A typical FastCGI script will look like this: 127 CGI object to your loop. The rest of the time your script 129 your script be terminated, new() will return undef. You can 131 script will be respawned to take its place (this may be 152 FastCGI scripts must end in the extension .fcgi. For each script you 162 Any script that works correctly as a FastCGI script will also work 163 correctly when installed as a vanilla CGI script [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/commands/ |
| H A D | extcmd.c | 31 struct grub_script *script) 42 context.script = script; 30 grub_extcmd_dispatcher(struct grub_command *cmd, int argc, char **args, struct grub_script *script) argument
|
| /osnet-11/usr/src/grub/grub2/tests/util/ |
| H A D | grub-shell-tester.in | 4 # Compares GRUB script output with BASH output. 41 Compares GRUB script output with BASH shell output. 48 $0 compares GRUB script output with BASH shell output and prints their
|
| /osnet-11/usr/src/lib/libast/common/comp/ |
| H A D | conf.sh | 26 # this script generates these files from the table file in the first arg 190 script= 199 eval script='$'script_$1 203 "sh{") script="# $name" ;; 204 *) script= ;; 213 script=$script$nl$line 278 eval CONF_script_${key}='$'script 297 eval script=\"'$'CONF_script_$key\" 300 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script [all...] |
| /osnet-11/usr/src/grub/grub-0.97/ |
| H A D | compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
| /osnet-11/usr/src/grub/grub-0.97/stage2/ |
| H A D | cmdline.c | 181 /* Run an entry from the script SCRIPT. HEAP is used for the 185 run_script (char *script, char *heap) argument 188 char *cur_entry = script;
|
| /osnet-11/usr/src/grub/grub2/build-aux/ |
| H A D | compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|