| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | _charnames.pm | 487 my @scripts; 516 @scripts = split(/\|/, $^H{charnames_scripts}); 523 if(@scripts) { 524 SCRIPTS: foreach my $script (@scripts) { 725 my @scripts = map { uc quotemeta } grep { /^[^:]/ } @args; 731 if (warnings::enabled('utf8') && @scripts) { 732 for my $script (@scripts) { 753 for (my $i = 0; $i < @scripts; $i++) { 754 $scripts[$i] =~ s/[_ -]//g; 755 $scripts[$i] =~ s/ ( [^\\] ) (?= . ) /$1\\ ?/gx; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/ |
| H A D | Makefile.PL | 50 sub scripts { 51 my (@scripts) = @_; 52 my @paths = map { File::Spec->catfile('scripts', $_) } @scripts; 91 EXE_FILES => [scripts('pod2text', 'pod2man')], 99 scripts('pod2man.PL', 'pod2man'), scripts('pod2text.PL', 'pod2text'), 113 realclean => { FILES => scalar(scripts('pod2text', 'pod2man')) },
|
| /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/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/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:
|
| H A D | links.rst | 25 scripts. 73 A collection of LLDB aliases/regexes and Python scripts.
|
| /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/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/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | README.txt | 10 scripts/* : Helper scripts.
|
| /openbsd-src/gnu/usr.bin/gcc/contrib/regression/ |
| H A D | README | 1 This directory contains scripts that are used by the regression 13 these scripts.
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | corelist.pl | 465 my @scripts; 471 push @scripts, $file; 474 push @scripts, $link; 477 return map { +( File::Spec::Unix->splitpath( $_ ) )[-1] } @scripts;
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | config.cache | 3 # scripts and configure runs. It is not useful on other systems. 9 # what configure does when it calls configure scripts in
|
| /openbsd-src/gnu/llvm/lldb/ |
| H A D | CODE_OWNERS.txt | 7 beautification by scripts. The fields are: name (N), email (E), web-address 15 D: Build scripts, Test suite, Platform, gdb-remote, Anything not covered by this file
|
| /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/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/gnu/usr.bin/texinfo/util/ |
| H A D | README | 10 Assorted Texinfo-related programs and scripts.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/ |
| H A D | gen_version_script.gni | 6 script = "//compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py"
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | varied.script | 4 # varied.script: file(1) magic for various interpreter scripts
|
| H A D | lua | 8 # Lua scripts
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | README.gcc | 2 writing expect scripts. At present, they're in random order. 36 Test scripts must ignore the compiler messages "path prefix never used"
|
| /openbsd-src/gnu/usr.bin/cvs/contrib/ |
| H A D | README | 1 This "contrib" directory is a place holder for code/scripts sent to me 14 in changes to this directory. So submissions for new scripts to add 16 scripts here conceivably might, but that isn't clear either, unless of
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.plan9 | 24 L<perl>. Most perl scripts, however, do have a first line 34 Some scripts, usually identified with a *.PL extension, are 72 For compatibility with perl scripts written for the Unix
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | BOT_OWNERS.txt | 6 beautification by scripts. The fields are: name (N), email (E), web-address
|