Home
last modified time | relevance | path

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

12345678910>>...48

/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t26 my @script = (
38 push @script, "{ my \$t=$test; ".q{
83 push(@script, <<'EOT');
91 push(@script, qq(print "ok $test\\n"}\n));
94 push(@script, <<'EOT');
104 push(@script, qq(print "ok $test\\n"}\n));
107 push(@script, <<'EOT');
117 push(@script, qq(print "ok $test\\n"}\n));
137 push(@script, $constants);
145 push(@script, <<EOT);
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dcommands6 #0 string : shell archive or script for antique kernel text
7 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
14 0 string/b #!\ /bin/tcsh Tenex C shell script text executable
16 0 string/b #!\ /usr/local/tcsh Tenex C shell script text executable
18 0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text executable
23 0 string/b #!\ /bin/zsh Paul Falstad's zsh script text executable
25 0 string/b #!\ /usr/bin/zsh Paul Falstad's zsh script text executable
27 0 string/b #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
[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-src/gnu/llvm/llvm/utils/lit/tests/unit/
H A DTestRunner.py78 script = parseIntegratedTestScript(
81 if isinstance(script, lit.Test.Result):
84 assert isinstance(script, list)
85 assert len(script) == 0
86 return script
136 script = self.parse_test(parsers, allow_result=True)
137 self.assertTrue(isinstance(script, lit.Test.Result))
138 self.assertEqual(script.code, lit.Test.UNRESOLVED)
141 script.output)
147 script = self.parse_test(parsers, allow_result=True)
[all …]
/openbsd-src/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);
[all...]
/openbsd-src/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-src/gnu/usr.bin/perl/dist/FindBin/lib/
H A DFindBin.pm9 FindBin - Locate directory of original Perl script
21 Locates the full path to the script bin directory to allow the use
29 If C<perl> is invoked using the C<-e> option or the Perl script is read from
39 Path to the bin B<directory> from where script was invoked
43 B<Basename> of the script from which C<perl> was invoked
132 # perl invoked with -e or script is on C<STDIN>
139 my $script = $0;
150 croak("Cannot find current script '$0'") unless(-f $script);
152 # Ensure $script contain
[all...]
/openbsd-src/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-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py187 script = KScriptGenerator(filename)
188 script.setCallWeighting(callWeighting)
189script.writeComment("===========================================================================")
190 script.writeComment("Auto-generated script")
191 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
193 script.writeComment(" call weighting = %f" % callWeighting)
194script.writeComment("===========================================================================")
195 script.writeEmptyLine()
196 script.writePredefinedFunctions()
199 script.writeFunction(elementsPerFunc)
[all …]
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py182 script = KScriptGenerator(filename)
183 script.setCallWeighting(callWeighting)
184script.writeComment("===========================================================================")
185 script.writeComment("Auto-generated script")
186 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
188 script.writeComment(" call weighting = %f" % callWeighting)
189script.writeComment("===========================================================================")
190 script.writeEmptyLine()
191 script.writePredefinedFunctions()
194 script.writeFunction(elementsPerFunc)
[all …]
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py182 script = KScriptGenerator(filename)
183 script.setCallWeighting(callWeighting)
184script.writeComment("===========================================================================")
185 script.writeComment("Auto-generated script")
186 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
188 script.writeComment(" call weighting = %f" % callWeighting)
189script.writeComment("===========================================================================")
190 script.writeEmptyLine()
191 script.writePredefinedFunctions()
194 script.writeFunction(elementsPerFunc)
[all …]
/openbsd-src/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-src/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)
94 print_script (script, find_hunk, pr_unidiff_hunk);
96 print_script (script, find_hunk, pr_context_hunk);
395 mark_ignorable (script) in mark_ignorable() argument
396 struct change *script; in mark_ignorable()
398 while (script)
400 struct change *next = script->link;
[all …]
/openbsd-src/usr.bin/sed/
H A Dmain.c69 static struct s_compunit *script, **cu_nextp = &script;
176 /* First usage case; script is the first arg */ in main()
232 if (script == NULL) in cu_getline()
235 switch (script->type) { in cu_getline()
237 if ((f = fopen(script->s, "r")) == NULL) in cu_getline()
238 err(1, "%s", script->s); in cu_getline()
239 fname = script->s; in cu_getline()
244 "\"%s\"", script->s); in cu_getline()
249 s = script in cu_getline()
68 static struct s_compunit *script, **cu_nextp = &script; global() variable
[all...]
/openbsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/gnu/usr.bin/perl/t/re/
H A Dscript_run.t24 …CYRILLIC SMALL LETTER A}l", $script_run, "Cyrillic 'paypal' with a Latin 'l' is not a script run");
25 …unlike("A\N{GREEK CAPITAL LETTER GAMMA}", $script_run, "Latin followed by Greek isn't a script run…
29 …MBINING CYRILLIC TITLO}", $script_run, "Glagolithic followed by Permic-Arabic isn't a script run");
33 …YRILLIC PALATALIZATION}", $script_run, "Permic followed by Glagolithic-Arabic isn't a script run");
36 …RABIC-INDIC DIGIT ONE}A", $script_run, "Arabic-Thaana chars followed by Latin isn't a script run");
38 …, "Arabic-Thaana digits followed by an Arabic digit from a different sequence isn't a script run");
39 …AANA LETTER HAA}", $script_run, "Arabic-Thaana digits followed by a Thaana leter is 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");
[all …]
/openbsd-src/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-src/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>>...48