Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 222) sorted by relevance

123456789

/mirbsd/src/gnu/usr.bin/perl/NetWare/t/
DReadme.txt11 Each of these sub-folders contain few test scripts ('.t' files) under
14 Executing these test scripts on NetWare can be automated as per the
17 1. Generate automated scripts like 'base.pl', 'cmd.pl', 'comp.pl', 'io.pl',
19 test scripts ('.t' files) under the corresponding folder.
21 For example, 'base.pl' to test all the scripts
22 under 'sys:\perl\scripts\t\base' folder,
23 'comp.pl' to test all the scripts
24 under 'sys:\perl\scripts\t\comp' folder and so on.
27 mentioned '.pl' automated scripts, thus in turn executing all the '.t'
28 scripts.
[all …]
/mirbsd/src/bin/ed/test/
Dckscripts.sh36 done >scripts.o 2>&1
38 grep -h '\*\*\*' errs.o scripts.o
DREADME18 The output of the tests is written to the two files err.o and scripts.o.
27 Therefore, the following scripts which test for compliance with this
DMakefile10 @if grep -h '\*\*\*' errs.o scripts.o; then :; else \
/mirbsd/src/gnu/usr.bin/perl/utils/
Dc2ph.PL816 $scripts = '';
1024 $scripts .= '[' . ($upper+1) . ']';
1044 print "$prefix.$fieldname is an array$scripts anon structs; disgusting\n"
1069 #$type[$typeno] = "$whatis$scripts"; # unless defined $type[$typeno];
1074 $type[$arraytype] = "$type[$typeno]$scripts" if defined $type[$typeno];
1085 local($fieldname, $scripts, $type, $arraytype, $unknown,
1092 $scripts = '';
1153 $struct{$name} .= join(',', $fieldname, $typeno, $scripts, $start, $length) . ';';
1421 # local($template, $scripts) = @_; have to change caller's values
/mirbsd/src/gnu/usr.bin/lynx/scripts/
Dcfg_defs.sh26 config.cache | $SHELL $TOP/scripts/cfg_edit.sh >>$OUT
42 | $SHELL $TOP/scripts/cfg_edit.sh >>$OUT
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dvalidate_repo.in149 @scripts
205 'exec|e=s' => \@scripts,
238 for (@scripts)
606 if( @scripts )
612 foreach my $script (@scripts)
DREADME1 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
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DREADME.libnet78 in all modules and scripts. These are normally converted to manual
85 The demos directory does contain a few demo scripts. These should be
90 However I do not guarantee these scripts to work.
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldint.texinfo109 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 …]
/mirbsd/src/lib/libssl/src/crypto/bf/asm/
Dreadme1 There are blowfish assembler generation scripts.
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/Codes/
DChangeLog88 ISO codes for identification of scripts (writing scripts,
89 rather than perl style scripts). The codes are defined
DREADME8 ISO codes for identifying languages, countries, scripts,
/mirbsd/src/gnu/usr.bin/perl/
DREADME.plan922 L<perl>. Most perl scripts, however, do have a first line
32 Some scripts, usually identified with a *.PL extension, are
70 For compatibility with perl scripts written for the Unix
DREADME.amiga98 command that honors the #!/usr/bin/perl syntax in scripts and set the s-Bit
99 of your scripts. Then you can invoke your scripts like under UNIX with
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DScript.pod19 @scripts = all_script_names();
25 codes for identifying scripts, as defined in ISO 15924.
34 scripts:
DConstants.pod54 Codes for identification of scripts.
/mirbsd/src/gnu/usr.bin/perl/vos/
Dcompile_full_perl.cm2 & the native perl build scripts. The prerequsites for
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlsec.pod215 Unix-like environments that support #! and setuid or setgid scripts.)
259 setid and taint-checking scripts.
341 systems as flexible as scripts, on many versions of Unix, set-id scripts
350 outlaw scripts with any set-id bit set, which doesn't help much.
351 Alternately, it can simply ignore the set-id bits on scripts. If the
353 notices the otherwise useless setuid/gid bits on Perl scripts. It does
362 kernel bug that plagues set-id scripts. Here's a simple wrapper, written
380 condition for evil scripts to exploit. On these systems, Perl should be
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DREADME23 To install scripts under bin/ directories also,
/mirbsd/src/gnu/usr.bin/perl/lib/CPAN/
DSIGNATURE33 SHA1 0a7b5d987e699afe63d9e314f1aa456214c8e1d0 scripts/cpan
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dtic80coff.sc7 # time this script is run to generate one of the linker scripts for ldscripts:
/mirbsd/src/usr.bin/sed/
DPOSIX37 that it is difficult to write sed scripts that have leading blanks
39 difficult to write readable sed scripts unless indentation is allowed
163 could theoretically break working scripts. This implementation
/mirbsd/src/gnu/usr.bin/cvs/
DAUTHORS7 version was a collection of shell scripts. I am thankful that Dick made
11 <berliner@sun.com> converted the original CVS shell scripts into reasonably
/mirbsd/src/bin/pax/
DMakefile63 set -e; . ${BSDSRCDIR:Q}/scripts/roff2htm; set_target_absolute; \

123456789