Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 1233) sorted by relevance

12345678910>>...50

/openbsd/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t26 my @script = (
83 push(@script, <<'EOT');
94 push(@script, <<'EOT');
107 push(@script, <<'EOT');
145 push(@script, <<EOT);
160 push(@script, <<EOT);
204 push(@script, <<EOT);
218 push @script, <<EOS;
224 push @script, <<EOS;
231 push @script, <<EOS;
[all …]
/openbsd/usr.bin/file/magdir/
H A Dcommands7 0 string/b #!\ /bin/sh Bourne shell script text executable
9 0 string/b #!\ /bin/csh C shell script text executable
12 0 string/b #!\ /bin/ksh Korn shell script text executable
46 0 string/b #!\ /bin/awk awk script text executable
52 #0 search/Bb BEGIN { awk script text
65 >15 string >\0 %s script text executable
67 >16 string >\0 %s script text executable
71 0 search/1/c =<?php PHP script text
72 0 search/1 =<?\n PHP script text
73 0 search/1 =<?\r PHP script text
[all …]
H A Dvaried.script1 # $OpenBSD: varied.script,v 1.3 2009/04/24 18:54:34 chl Exp $
4 # varied.script: file(1) magic for various interpreter scripts
7 >3 string >\0 %s script text executable
9 >3 string >\0 %s script text executable
11 >2 string >\0 %s script text executable
12 0 string #!\ script text executable
/openbsd/gnu/llvm/llvm/utils/lit/tests/unit/
H A DTestRunner.py85 assert len(script) == 0
86 return script
141 script.output)
151 script.output)
161 script.output)
250 script = ["echo %bar"]
256 script = ["echo %bar %baz"]
274 script = ["%build %s"]
283 script = ["%rec5"]
294 script = ["%rec5"]
[all …]
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/
H A DMSVC.pm39 my $script = File::Spec->catfile( $spec{srcdir},
42 $self->add_to_cleanup($script);
43 print "Generating script '$script'\n" if !$self->{quiet};
45 my $SCRIPT = IO::File->new( ">$script" )
46 or die( "Could not create script '$script': $!" );
55 push @{$spec{includes}}, '@"' . $script . '"';
108 my $script = File::Spec->catfile( $spec{srcdir},
111 $self->add_to_cleanup($script);
115 my $SCRIPT = IO::File->new( ">$script" )
116 or die( "Could not create script '$script': $!" );
[all …]
/openbsd/usr.sbin/ypserv/ypinit/
H A DMakefile9 .for script in ${SHFILES}
11 ${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
13 .for script in ${DISTFILES}
15 ${.CURDIR}/${script} ${DESTDIR}/var/yp/${script}.dist
21 .for script in ${DISTFILES}
23 ${.CURDIR}/${script} ${DESTDIR}/var/yp/${script}
/openbsd/gnu/usr.bin/perl/dist/FindBin/lib/
H A DFindBin.pm123 my $script = $0;
134 croak("Cannot find current script '$0'") unless(-f $script);
138 $script = File::Spec->catfile(cwd2(), $script)
139 unless File::Spec->file_name_is_absolute($script);
141 ($Script,$Bin) = fileparse($script);
146 my $linktext = readlink($script);
148 ($RealScript,$RealBin) = fileparse($script);
151 $script = (File::Spec->file_name_is_absolute($linktext))
/openbsd/gnu/llvm/lld/docs/
H A Derror_handling_script.rst6 user-provided script specified with ``--error-handling-script=<path to the script>``
8 such a script.
13 The script is expected to be available in the ``PATH`` or to be provided using a
20 LLD calls the error handling script using the following arguments::
22 error-handling-script <tag> <tag-specific-arguments...>
27 is specified as the second argument, e.g. ``error-handling-script missing-lib
32 ``error-handling-script undefined-symbol mysymbol``
37 Upon success, the script is expected to return 0. A non-zero value is
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py187 script = KScriptGenerator(filename)
188 script.setCallWeighting(callWeighting)
190 script.writeComment("Auto-generated script")
195 script.writeEmptyLine()
196 script.writePredefinedFunctions()
199 script.writeFunction(elementsPerFunc)
202 script.writeFunctionCall()
206 script.writeFunctionCall()
207 script.writeEmptyLine()
208 script.writeFinalFunctionCounts()
[all …]
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py182 script = KScriptGenerator(filename)
183 script.setCallWeighting(callWeighting)
185 script.writeComment("Auto-generated script")
190 script.writeEmptyLine()
191 script.writePredefinedFunctions()
194 script.writeFunction(elementsPerFunc)
197 script.writeFunctionCall()
201 script.writeFunctionCall()
202 script.writeEmptyLine()
203 script.writeFinalFunctionCounts()
[all …]
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py182 script = KScriptGenerator(filename)
183 script.setCallWeighting(callWeighting)
185 script.writeComment("Auto-generated script")
190 script.writeEmptyLine()
191 script.writePredefinedFunctions()
194 script.writeFunction(elementsPerFunc)
197 script.writeFunctionCall()
201 script.writeFunctionCall()
202 script.writeEmptyLine()
203 script.writeFinalFunctionCounts()
[all …]
/openbsd/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/
H A D.lldbinit1 script import os, sys
3 script sys.path[:0] = [os.path.expanduser('~')]
4 script import utils
5 command alias pwd script print os.getcwd()
6 command script add -f utils.chdir cd
7 command script add -f utils.system system
/openbsd/gnu/usr.bin/cvs/diff/
H A Ded.c27 print_ed_script (script) in print_ed_script() argument
28 struct change *script; in print_ed_script()
30 print_script (script, find_reverse_change, print_ed_hunk);
104 pr_forward_ed_script (script) in pr_forward_ed_script() argument
105 struct change *script; in pr_forward_ed_script()
107 print_script (script, find_change, pr_forward_ed_hunk);
148 print_rcs_script (script) in print_rcs_script() argument
149 struct change *script; in print_rcs_script()
151 print_script (script, find_change, print_rcs_hunk);
H A Dcontext.c77 print_context_script (script, unidiff_flag) in print_context_script() argument
78 struct change *script; in print_context_script()
82 mark_ignorable (script);
86 for (e = script; e; e = e->link)
395 mark_ignorable (script) in mark_ignorable() argument
396 struct change *script; in mark_ignorable()
398 while (script)
400 struct change *next = script->link;
404 script->link = 0;
409 script->link = next;
[all …]
/openbsd/usr.bin/sed/
H A Dmain.c68 static struct s_compunit *script, **cu_nextp = &script; variable
231 if (script == NULL) in cu_fgets()
234 switch (script->type) { in cu_fgets()
236 if ((f = fopen(script->s, "r")) == NULL) in cu_fgets()
239 fname = script->s; in cu_fgets()
244 "\"%s\"", script->s); in cu_fgets()
249 s = script->s; in cu_fgets()
261 script = script->next; in cu_fgets()
281 if (s == script->s) { in cu_fgets()
282 script = script->next; in cu_fgets()
[all …]
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py84 script = []
90 script += ['%dbg(SETUP) cd %S && cp {} %T'.format(dep)]
91 script += preamble
92 script += scriptInTest
99 script = lit.TestRunner.applySubstitutions(script, substitutions,
102 return script
278 script = parseScript(test, steps)
279 if isinstance(script, lit.Test.Result):
280 return script
287 return lit.TestRunner._runShTest(test, litConfig, useExternalSh, script, tmpBase)
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dsoft-hyphens8 manuE<shy>script
14 manuE<173>script
20 manuE<0x00AD>script
27 manu\%script
33 manu\%script
39 manu\%script
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/
H A Dconfigure.in1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dconfigure.in1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/
H A Dconfigure.in1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/
H A Dconfigure.in1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/
H A Dconfigure.in1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dconfigure.in1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
/openbsd/gnu/usr.bin/perl/t/re/
H A Dscript_run.t25 …unlike("A\N{GREEK CAPITAL LETTER GAMMA}", $script_run, "Latin followed by Greek isn't a script run…
43 like("abc\N{MODIFIER LETTER SMALL Y}", $script_run, "All Latin is a script run");
44 like("abc\N{MODIFIER LETTER PRIME}", $script_run, "Latin then Common is a script run");
45 like(":a", $script_run, "Common then Latin is a script run");
46 …INHALA LETTER RAYANNA}", $script_run, "Common then Sinhala (which has its own 0) is a script run");
59 # This exercises the case where the script zero but not the script is
63 like("\N{U+03A2}", $script_run, "A single unassigned code point is a script run");
69 like("A\N{COMBINING GRAVE ACCENT}", $script_run, "An inherited script matches others");
72 …like("\N{COMBINING TILDE}\N{COMBINING GRAVE ACCENT}", $script_run, "A script containing only inher…
79 like("", $script_run, "An empty string is a script run");
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/
H A Dconfigure.in1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.

12345678910>>...50