/openbsd-src/gnu/usr.bin/perl/cpan/podlators/ |
H A D | Makefile.PL | 42 # Generate full paths for scripts distributed in the bin directory. Appends 43 # the .com extension to scripts on VMS, unless they already have the .PL 46 # @scripts - List of script names 50 sub scripts { 51 my (@scripts) = @_; 52 my @paths = map { File::Spec->catfile('scripts', $_) } @scripts; 91 EXE_FILES => [scripts('pod2text', 'pod2man')], 96 # Use *.PL files to generate the driver scripts so that we get the correct 99 scripts('pod2man.PL', 'pod2man'), scripts('pod2text.PL', 'pod2text'), 104 man1pod('scripts', 'pod2man.PL'), [all …]
|
/openbsd-src/share/man/man7/ |
H A D | script.7 | 127 .Ss Trampolines and Portable Scripts 141 to render scripts portable. 159 .Ss Historical Note: Scripts without `#!' 160 Shell scripts predate the invention of the 180 still pass interpreter scripts that do not include the 195 in front of Bourne shell scripts, and to treat the traditional 327 The behavior of interpreter scripts is obliquely referred to, but 343 The behavior of the kernel when encountering scripts that start in 364 scripts. 366 In addition to the fact that many interpreters (and scripts) are [all …]
|
H A D | hier.7 | 80 System configuration files and scripts. 104 Scripts for the hotplug daemon, 134 start/stop scripts and subroutines for 305 code/scripts. 307 ELF linker scripts. 318 Login scripts used to authenticate users (for 324 scripts.
|
/openbsd-src/bin/csh/USD.doc/ |
H A D | csh.3 | 35 Shell control structures and command scripts 42 .I "shell scripts" . 44 scripts. 48 It is important to first note what shell scripts are 111 This allows you to convert your older shell scripts to use 190 would give `a b'. Other notations useful in shell scripts are 223 useful for writing shell scripts that are interactive, reading 256 In order for interesting shell scripts to be constructed it 430 Another important mechanism used in shell scripts is the `:' modifier. 479 comment in shell scripts (but not from the terminal). [all …]
|
H A D | csh.g | 181 A directory containing binaries of programs and shell scripts to be 395 is the process of correcting mistakes in programs and shell scripts. 598 scripts and in calculating values for these scripts. 679 command is used in shell scripts and at the terminal to specify 698 used in shell scripts to transfer control to a given label (3.7). 781 command is used in shell command scripts to make decisions 828 scripts (1.5, 3.8). 915 shell scripts) 983 shell command scripts (3.2). 1161 Scripts of shell commands will be executed using another shell to interpret [all …]
|
/openbsd-src/share/man/man8/ |
H A D | rc.8 | 40 .Nd command scripts for system startup 55 scripts defined in 62 scripts hold commands which are pertinent only to a specific site. 64 All of these startup scripts are controlled to some 166 Command scripts for system startup. 174 scripts. 178 scripts. 182 Site specific command scripts for system startup. 188 Examples of site specific scripts.
|
H A D | rc.d.8 | 33 .Nd daemon control scripts 43 scripts to start, stop, and reconfigure daemon 101 Daemon control scripts use a fixed number of 178 Directory containing daemon control scripts. 182 scripts.
|
H A D | daily.8 | 29 are shell scripts run on a periodic basis by the clock daemon, 35 The scripts are all run as part of root's 46 These scripts should not be altered. 256 scripts first appeared in 261 If the host machine is not running 24/7, these scripts may never be run.
|
H A D | rc.subr.8 | 33 .Nd daemon control scripts routines 41 Apart from a few notable exceptions, rc scripts must follow this 119 scripts to be implemented in a small amount of shell code. 409 Directory containing daemon control scripts. 413 scripts.
|
/openbsd-src/gnu/llvm/lldb/docs/use/ |
H A D | qemu-testing.rst | 14 The scripts under llvm-project/lldb/scripts/lldb-test-qemu can quickly help 15 setup a virtual LLDB testing environment using QEMU. The scripts currently work 23 Ubuntu Bionic/Focal x86_64 host was used to test these scripts instructions in this 27 …uctions on this page and QEMU helper scripts are verified on a Ubuntu Bionic/Focal (x86_64) host. … 30 helper scripts:
|
/openbsd-src/gnu/llvm/llvm/utils/docker/nvidia-cuda/ |
H A D | Dockerfile | 18 ADD scripts /tmp/scripts 22 RUN /tmp/scripts/checkout.sh ${checkout_args} 25 RUN /tmp/scripts/build_install_llvm.sh --to /tmp/clang-install ${buildscript_args}
|
/openbsd-src/gnu/llvm/llvm/utils/docker/example/ |
H A D | Dockerfile | 20 ADD scripts /tmp/scripts 24 RUN /tmp/scripts/checkout.sh ${checkout_args} 27 RUN /tmp/scripts/build_install_llvm.sh --to /tmp/clang-install ${buildscript_args}
|
/openbsd-src/usr.sbin/slowcgi/ |
H A D | slowcgi.8 | 33 is a server which implements the FastCGI Protocol to execute CGI scripts. 36 While CGI scripts need to be forked for every request, FastCGI scripts 128 CGI scripts.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldint.texinfo | 109 shell variables used by @file{genscripts.sh} and the other shell scripts 113 @file{scripttempl} directory in order to create default linker scripts 116 assignments to shell variables, to create different default scripts. 119 After creating the scripts, @file{genscripts.sh} will invoke yet another 126 To summarize, @file{genscripts.sh} reads three shell scripts: an 133 @file{emulparams/sun4.sh}, creates linker scripts using 143 * emulation parameters:: @file{emulparams} scripts 144 * linker scripts:: @file{scripttempl} scripts 145 * linker emulations:: @file{emultempl} scripts 149 @section @file{emulparams} scripts [all …]
|
/openbsd-src/gnu/usr.bin/binutils/ld/ |
H A D | ldint.texinfo | 109 shell variables used by @file{genscripts.sh} and the other shell scripts 113 @file{scripttempl} directory in order to create default linker scripts 116 assignments to shell variables, to create different default scripts. 119 After creating the scripts, @file{genscripts.sh} will invoke yet another 126 To summarize, @file{genscripts.sh} reads three shell scripts: an 133 @file{emulparams/sun4.sh}, creates linker scripts using 143 * emulation parameters:: @file{emulparams} scripts 144 * linker scripts:: @file{scripttempl} scripts 145 * linker emulations:: @file{emultempl} scripts 149 @section @file{emulparams} scripts [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/docker/debian10/ |
H A D | Dockerfile | 29 ADD scripts /tmp/scripts 33 RUN /tmp/scripts/checkout.sh ${checkout_args} 36 RUN /tmp/scripts/build_install_llvm.sh --to /tmp/clang-install ${buildscript_args}
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | _charnames.pm | 487 my @scripts; 509 else { # Otherwise look in allowed scripts 516 @scripts = split(/\|/, $^H{charnames_scripts}); 523 if(@scripts) { 524 SCRIPTS: foreach my $script (@scripts) { label 527 last SCRIPTS; 577 # scripts searches.) 725 my @scripts = map { uc quotemeta } grep { /^[^:]/ } @args; 728 ## If utf8? warnings are enabled, and some scripts were given, 731 if (warnings::enabled('utf8') && @scripts) { [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/porting/ |
H A D | dual-life.t | 46 $dist_dir_exe{lc "$_.PL"} = "../cpan/podlators/scripts/$_"; 47 # redundant but necessary given use of scripts/ for both 49 $dist_dir_exe{lc $_} = "../cpan/podlators/scripts/$_"; 61 return unless $name =~ m{/(?:bin|scripts?)/\S+\z} && $name !~ m{/t/};
|
H A D | regen.t | 3 # Verify that all files generated by perl scripts are up to date. 53 # find out what regen scripts would be executed by regen.pl which 56 # so we don't need to execute the scripts it executes directly. 76 # all the scripts that we want to avoid executing /explicitly/ during
|
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/ |
H A D | Makefile.PL | 37 my $scripts = 'corelist'; 45 $scripts = "corelist$version"; 48 return $scripts;
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/ |
H A D | Beyond.pod | 7 Test::Harness is responsible for running test scripts, analysing 29 runs all the test scripts below the 't' directory. To do the same 60 a handful of scripts and takes more than a few seconds to run it 78 then run just the failing scripts like this: 108 timestamps of the test scripts - and save the results - I can use 124 running multiple test scripts in parallel. This is particularly 133 example if two different test scripts use the same temporary file 139 To get the most performance benefit I want to have the test scripts 219 scripts to run and then passes control to TAP::Harness to run the 323 can replace the classes that TAP::Parser uses to execute test scripts
|
/openbsd-src/sys/dev/pci/drm/i915/gt/shaders/ |
H A D | README | 21 IGT GPU tool scripts and the Mesa's i965 instruction assembler tool are used 39 igt $ ./scripts/generate_clear_kernel.sh -g ivb \ 45 igt $ ./scripts/generate_clear_kernel.sh -g hsw \
|
/openbsd-src/usr.sbin/nsd/ |
H A D | nsd-checkconf.8.in | 30 using it in nsd(8). This program can also be used for shell scripts to 71 config file. Used to help shell scripts parse the config file. 75 config file. Used to help shell scripts parse the config file.
|
/openbsd-src/gnu/usr.bin/perl/win32/bin/ |
H A D | runperl.pl | 17 runperl.bat - "universal" batch file to run perl scripts 40 This method of invoking perl scripts has some advantages over 44 you to separate your perl scripts from the wrapper used to
|
/openbsd-src/usr.sbin/hotplugd/ |
H A D | hotplugd.8 | 31 pseudo-device, acting on signaled events by executing the scripts in the 48 In both cases two parameters are passed to the scripts: the class and name 82 Directory where the scripts to execute are located.
|