Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 2313) sorted by relevance

12345678910>>...93

/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldlex.l83 SCRIPT definitely in a script
84 BOTH either EXPRESSION or SCRIPT
86 MRI in an MRI script
115 %s SCRIPT
140 <BOTH,SCRIPT,EXPRESSION,VERS_START,VERS_NODE,VERS_SCRIPT>"/*" { comment (); }
179 <SCRIPT,DEFSYMEXP,MRI,BOTH,EXPRESSION>((("$"|0[xX])([0-9A-Fa-f])+)|(([0-9])+))(M|K|m|k)? {
208 <BOTH,SCRIPT,EXPRESSION,MRI>"]" { RTOKEN(']');}
209 <BOTH,SCRIPT,EXPRESSION,MRI>"[" { RTOKEN('[');}
210 <BOTH,SCRIPT,EXPRESSION,MRI>"<<=" { RTOKEN(LSHIFTEQ);}
211 <BOTH,SCRIPT,EXPRESSION,MRI>">>=" { RTOKEN(RSHIFTEQ);}
[all …]
H A Dldint.texinfo101 default linker script, and certain emulations also modify certain types
104 Emulations are created during the build process by the shell script
107 The @file{genscripts.sh} script starts by reading a file in the
108 @file{emulparams} directory. This is a shell script which sets various
112 The @file{genscripts.sh} script will invoke a shell script in the
114 written in the linker command language. The @file{scripttempl} script
117 The choice of script is made based on the command line options.
120 shell script, this time in the @file{emultempl} directory. That shell
121 script will create the emulation source file, which contains C code.
127 emulation parameters script in the @file{emulparams} directory, a linker
[all …]
H A Dgenscripts.sh39 # sun3.x [default linker script]
55 # The linker scripts are created by running the shell script
59 # of the linker script to create.
194 # Generate 5 or 6 script files from a master script template in
196 # script files is actually used depends on command line options given
199 # A .x script file is the default script.
200 # A .xr script is for linking without relocation (-r flag).
201 # A .xu script is like .xr, but *do* create constructors (-Ur flag).
202 # A .xn script is for linking with -n flag (mix text and data on same page).
203 # A .xbn script is for linking with -N flag (mix text and data on same page).
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldlex.l86 SCRIPT definitely in a script
87 BOTH either EXPRESSION or SCRIPT
89 MRI in an MRI script
118 %s SCRIPT
143 <BOTH,SCRIPT,EXPRESSION,VERS_START,VERS_NODE,VERS_SCRIPT>"/*" { comment (); }
182 <SCRIPT,DEFSYMEXP,MRI,BOTH,EXPRESSION>((("$"|0[xX])([0-9A-Fa-f])+)|(([0-9])+))(M|K|m|k)? {
211 <BOTH,SCRIPT,EXPRESSION,MRI>"]" { RTOKEN(']');}
212 <BOTH,SCRIPT,EXPRESSION,MRI>"[" { RTOKEN('[');}
213 <BOTH,SCRIPT,EXPRESSION,MRI>"<<=" { RTOKEN(LSHIFTEQ);}
214 <BOTH,SCRIPT,EXPRESSION,MRI>">>=" { RTOKEN(RSHIFTEQ);}
[all …]
H A Dldint.texinfo101 default linker script, and certain emulations also modify certain types
104 Emulations are created during the build process by the shell script
107 The @file{genscripts.sh} script starts by reading a file in the
108 @file{emulparams} directory. This is a shell script which sets various
112 The @file{genscripts.sh} script will invoke a shell script in the
114 written in the linker command language. The @file{scripttempl} script
117 The choice of script is made based on the command line options.
120 shell script, this time in the @file{emultempl} directory. That shell
121 script will create the emulation source file, which contains C code.
127 emulation parameters script in the @file{emulparams} directory, a linker
[all …]
H A Dgenscripts.sh37 # sun3.x [default linker script]
53 # The linker scripts are created by running the shell script
57 # of the linker script to create.
192 # Generate 5 or 6 script files from a master script template in
194 # script files is actually used depends on command line options given
197 # A .x script file is the default script.
198 # A .xr script is for linking without relocation (-r flag).
199 # A .xu script is like .xr, but *do* create constructors (-Ur flag).
200 # A .xn script is for linking with -n flag (mix text and data on same page).
201 # A .xbn script is for linking with -N flag (mix text and data on same page).
[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 …]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emulparams/
H A Dtic80coff.sh1 # This file is sourced by the genscripts.sh script.
5 # The name of the scripttempl script to use. In this case, genscripts
10 # The name of the emultempl script to use. If set to "template" then
11 # genscripts.sh will use the script emultempl/template.em. If not set,
17 # scripttempl script an extra time to create a shared library script.
21 # The BFD output format to use. The scripttempl script will use it in
22 # an OUTPUT_FORMAT expression in the linker script.
27 # "sparc". The scripttempl script will normally use it in an OUTPUT_ARCH
28 # expression in the linker script.
33 # expression in the linker script.
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/emulparams/
H A Dtic80coff.sh1 # This file is sourced by the genscripts.sh script.
5 # The name of the scripttempl script to use. In this case, genscripts
10 # The name of the emultempl script to use. If set to "template" then
11 # genscripts.sh will use the script emultempl/template.em. If not set,
17 # scripttempl script an extra time to create a shared library script.
21 # The BFD output format to use. The scripttempl script will use it in
22 # an OUTPUT_FORMAT expression in the linker script.
27 # "sparc". The scripttempl script will normally use it in an OUTPUT_ARCH
28 # expression in the linker script.
33 # expression in the linker script.
[all …]
/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
41 =item C<$Script>
43 B<Basename> of the script from which C<perl> was invoked
51 C<$Script> with all links resolved
104 our ($Bin, $Script, $RealBin, $RealScript, $Dir, $RealDir);
105 our @EXPORT_OK = qw($Bin $Script $RealBin $RealScript $Dir $RealDir);
106 our %EXPORT_TAGS = (ALL => [qw($Bin $Script
[all...]
/openbsd-src/share/man/man7/
H A Dscript.71 .\" $OpenBSD: script.7,v 1.9 2022/02/06 00:29:02 jsg Exp $
3 .\" $NetBSD: script.7,v 1.1 2005/05/07 02:20:34 perry Exp $
36 .Nm script
37 .Nd interpreter script execution
47 .Dq interpreter script
84 line of the script.
89 on the first line of the script, it will be passed as
93 will be the path to the interpreter script file itself (i.e. the
98 was invoked to execute the script file.
100 By convention, it is expected that an interpreter will open the script
[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': $!" );
48 print $SCRIPT join( "\n",
55 push @{$spec{includes}}, '@"' . $script
[all...]
H A DBCC.pm34 my $script = File::Spec->catfile( $spec{srcdir},
37 $self->add_to_cleanup($script);
39 print "Generating script '$script'\n" if !$self->{quiet};
41 my $SCRIPT = IO::File->new( ">$script" )
42 or die( "Could not create script '$script': $!" );
49 print $SCRIPT join( "\n",
56 push @{$spec{includes}}, '@"' . $script
[all...]
/openbsd-src/usr.sbin/pppd/chat/
H A Dchat.89 .Nd automated conversational script with a modem
19 .Ar script
33 Echoing may also be turned on or off at specific points in the chat script
40 Read the chat script from the
43 .Ar script
87 An alternate reply may be sent or the script will fail if there
89 A failed script will cause the
97 Request that the chat script be executed in a
112 Request that the chat script be executed in a verbose mode.
115 program will then log the execution state of the chat script as well as all
[all …]
/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/win32/bin/
H A Dpl2bat.pl73 This utility converts a perl script into a batch file that can be
75 you to use a Perl script like regular programs and batch files where
76 you just enter the name of the script [probably minus the extension]
77 plus any command-line arguments and the script is found in your B<PATH>
82 There are several alternatives to this method of running a Perl script.
90 C:> perl x:/path/to/script.pl [args]
94 C:> perl -S script.pl [args]
98 C:> perl -S script [args]
105 C:> script.pl [args]
113 C:> script [args]
[all …]
/openbsd-src/gnu/llvm/lld/docs/
H A Derror_handling_script.rst2 Error Handling Script
6 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/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/llvm/llvm/utils/
H A Dcheck-each-file5 # This script depends on the llvm-native-gcc script.
7 if [ x$1 = x--make-linker-script ]
19 echo "Linker script created in $linker; testing it out"
32 echo "WARNING: linker script didn't work"
38 echo "WARNING: linker script didn't work"
42 echo "Linker script created in $linker; please check it manually"
53 echo "$myname --make-linker-script PROGRAM"
60 echo "LINKER is the script that builds PROGRAM; try --make-linker-script"
62 echo "CHECKER is the script that exits 0 if PROGRAM is ok, 1 if it is not OK"
92 echo "ERROR: Must specify name of link script as 3rd arg."
[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/cvs/contrib/
H A DREADME17 course they come from the original author of the script.
26 log A perl script suitable for including in your
31 commit_prep A perl script, to be combined with log_accum.pl, to
39 mfpipe Another perl script for logging. Allows you to
43 rcs-to-cvs Script to import sources that may have been under
57 rcslock A perl script that can be added to your commitinfo
62 cvs_acls A perl script that implements Access Control Lists
66 descend A shell script that can be used to recursively
73 cln_hist A perl script to compress your
77 sccs2rcs A C-shell script that can convert (some) SCCS files
[all …]
/openbsd-src/share/man/man8/
H A Ddaily.862 script is run.
64 This script is run daily.
68 Runs the script
147 check script.
150 This script is run weekly.
154 Runs the script
180 This script is run monthly.
184 Runs the script
220 Daily maintenance script.
222 Site specific daily maintenance script.
[all …]
/openbsd-src/lib/libc/gen/
H A Dauth_subr.3128 which also sets any environment variables requested by the login script
130 login script if the authentication was not successful.
170 This function removes any files created by a login script in this
191 The full path name of the login script to run.
197 are passed to the login script at the end of the command line.
210 file descriptor 3 for the child (the login script).
236 Once the login script has been spawned, any data specified by the
250 If the login script exits with a 0 and does not specify any return state
271 from the login script.
272 If this is the case, the login script will first send back the string
[all …]
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py9 """Used to generate a bash script which will invoke the toy and time it"""
177 """ Generate a random Kaleidoscope script based on the given parameters """
182 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()
[all …]
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py9 """Used to generate a bash script which will invoke the toy and time it"""
177 """ Generate a random Kaleidoscope script based on the given parameters """
182 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()
[all …]

12345678910>>...93