Home
last modified time | relevance | path

Searched full:perl (Results 1 – 25 of 1929) sorted by relevance

12345678910>>...78

/third_party/mbedtls/tests/suites/
Dtest_suite_camellia.data13 Camellia-128-ECB Encrypt Perl EVP #1 [#1]
16 Camellia-192-ECB Encrypt Perl EVP #1 [#1]
19 Camellia-256-ECB Encrypt Perl EVP #1 [#1]
22 Camellia-128-ECB Encrypt Perl EVP #1 [#2]
25 Camellia-128-ECB Encrypt Perl EVP #2
28 Camellia-128-ECB Encrypt Perl EVP #3
31 Camellia-128-ECB Encrypt Perl EVP #4
34 Camellia-192-ECB Encrypt Perl EVP #1 [#2]
37 Camellia-192-ECB Encrypt Perl EVP #2
40 Camellia-192-ECB Encrypt Perl EVP #3
[all …]
Dtest_suite_block_cipher.data196 Camellia-128-ECB Encrypt Perl EVP #1 [#1]
200 Camellia-192-ECB Encrypt Perl EVP #1 [#1]
204 Camellia-256-ECB Encrypt Perl EVP #1 [#1]
208 Camellia-128-ECB Encrypt Perl EVP #1 [#2]
212 Camellia-128-ECB Encrypt Perl EVP #2
216 Camellia-128-ECB Encrypt Perl EVP #3
220 Camellia-128-ECB Encrypt Perl EVP #4
224 Camellia-192-ECB Encrypt Perl EVP #1 [#2]
228 Camellia-192-ECB Encrypt Perl EVP #2
232 Camellia-192-ECB Encrypt Perl EVP #3
[all …]
/third_party/openssl/
DNOTES-PERL.md1 Notes on Perl
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
14 For our scripts, we rely quite a bit on Perl, and increasingly on
15 some core Perl modules. These Perl modules are part of the Perl
16 source, so if you build Perl on your own, you should be set.
18 However, if you install Perl as binary packages, the outcome might
[all …]
DNOTES-WINDOWS.md39 ### Perl subsection
41 We recommend Strawberry Perl, available from <http://strawberryperl.com/>
42 Please read NOTES.PERL for more information, including the use of CPAN.
43 An alternative is ActiveState Perl, <https://www.activestate.com/ActivePerl>
44 for which you may need to explicitly build the Perl module Win32/Console.pm
59 1. Install Perl
63 3. Make sure both Perl and NASM are on your %PATH%
76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or
77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
[all …]
DOAT.xml22 …<policyitem type="compatibility" name="GPL-2.0+" path="external/perl/Text-Template-1.46/.*" desc="…
27 …<policyitem type="compatibility" name="Artistic-1.0-Perl" path="external/perl/Text-Template-1.46/.…
28 …<policyitem type="compatibility" name="InvalidLicense" path="external/perl/Text-Template-1.46/lib/…
29 …<policyitem type="compatibility" name="InvalidLicense" path="NOTES.PERL" desc="release file,not ne…
30 …<policyitem type="compatibility" name="InvalidLicense" path="external/perl/Text-Template-1.56/Chan…
31 …<policyitem type="compatibility" name="GPL-1.0+" path="external/perl/Text-Template-1.56/LICENSE" d…
32 …<policyitem type="compatibility" name="InvalidLicense" path="external/perl/Text-Template-1.56/lib/…
/third_party/node/deps/openssl/openssl/
DNOTES-PERL.md1 Notes on Perl
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
14 For our scripts, we rely quite a bit on Perl, and increasingly on
15 some core Perl modules. These Perl modules are part of the Perl
16 source, so if you build Perl on your own, you should be set.
18 However, if you install Perl as binary packages, the outcome might
[all …]
DNOTES-WINDOWS.md39 ### Perl subsection
41 We recommend Strawberry Perl, available from <http://strawberryperl.com/>
42 Please read NOTES.PERL for more information, including the use of CPAN.
43 An alternative is ActiveState Perl, <https://www.activestate.com/ActivePerl>
44 for which you may need to explicitly build the Perl module Win32/Console.pm
59 1. Install Perl
63 3. Make sure both Perl and NASM are on your %PATH%
76 - `perl Configure VC-WIN32` if you want 32-bit OpenSSL or
77 - `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
78 - `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2compat.33 PCRE2 - Perl-compatible regular expressions (revised API)
4 .SH "DIFFERENCES BETWEEN PCRE2 AND PERL"
7 This document describes some of the differences in the ways that PCRE2 and Perl
9 Perl version 5.34.0, but as both Perl and PCRE2 are continually changing, the
12 1. When PCRE2_DOTALL (equivalent to Perl's /s qualifier) is not set, the
13 behaviour of the '.' metacharacter differs from Perl. In PCRE2, '.' matches the
17 EBCDIC. In Perl, '.' appears never to match LF, even when 0x0A is not a newline
20 2. PCRE2 has only a subset of Perl's Unicode support. Details of what it does
27 3. Like Perl, PCRE2 allows repeat quantifiers on parenthesized assertions, but
31 assertion just once). Perl allows some repeat quantifiers on other assertions,
[all …]
/third_party/pcre2/pcre2/doc/html/
Dpcre2compat.html16 DIFFERENCES BETWEEN PCRE2 AND PERL
19 This document describes some of the differences in the ways that PCRE2 and Perl
21 Perl version 5.34.0, but as both Perl and PCRE2 are continually changing, the
25 1. When PCRE2_DOTALL (equivalent to Perl's /s qualifier) is not set, the
26 behaviour of the '.' metacharacter differs from Perl. In PCRE2, '.' matches the
30 EBCDIC. In Perl, '.' appears never to match LF, even when 0x0A is not a newline
34 2. PCRE2 has only a subset of Perl's Unicode support. Details of what it does
40 3. Like Perl, PCRE2 allows repeat quantifiers on parenthesized assertions, but
44 assertion just once). Perl allows some repeat quantifiers on other assertions,
52 Perl may set such capture groups in other circumstances.
[all …]
/third_party/python/PCbuild/
Dprepare_ssl.py3 # Uses Perl to create nmake makefiles and otherwise prepare the way
45 # Find a suitable Perl installation for OpenSSL.
46 # cygwin perl does *not* work. ActivePerl does.
47 # Being a Perl dummy, the simplest way I can check is if the "Win32" package
50 for perl in perls:
52 subprocess.check_output([perl, "-e", "use Win32;"])
56 return perl
59 print("The following perl interpreters were found:")
64 print("NO perl interpreters were found on this machine at all!")
74 copy_if_different = r'$(PERL) $(SRC_D)\util\copy-if-different.pl'
[all …]
Dprepare_ssl.bat47 if "%PERL%" == "" where perl > "%TEMP%\perl.loc" 2> nul && set /P PERL= <"%TEMP%\perl.loc" & del "%…
48 if "%PERL%" == "" (echo Cannot locate perl.exe on PATH or as PERL variable & exit /b 4)
/third_party/node/deps/openssl/config/
DMakefile_VC-WIN64-ARM62 PERL=/usr/bin/perl
75 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl"
130 "$(PERL)" "util/mkbuildinf.pl" "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)" > $@
133 "$(PERL)" "apps/progs.pl" $(APPS_OPENSSL) > $@
136 "$(PERL)" "apps/progs.pl" "-H" $(APPS_OPENSSL) > $@
139 "$(PERL)" "apps/progs.pl" "-C" $(APPS_OPENSSL) > $@
142 "$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
145 "$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
149 "$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
152 "$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
[all …]
DMakefile9 PERL = perl macro
54 cd $(OPSSL_SRC); $(NO_WARN_ENV) CC=$(CC) $(PERL) $(CONFIGURE) $(COPTS) $@;
55 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) asm $@ "${GEN_HEADERS}" "${CRYPTO_GEN_HEADERS}"
57 cd $(OPSSL_SRC); $(NO_WARN_ENV) CC=$(FAKE_GCC) $(PERL) $(CONFIGURE) \
59 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) asm_avx2 $@ "${GEN_HEADERS}" "${CRYTO_GEN_HEADERS}"
61 cd $(OPSSL_SRC); $(NO_WARN_ENV) $(PERL) $(CONFIGURE) $(COPTS) \
63 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) no-asm $@ "${GEN_HEADERS}" "${CRYPTO_GEN_HEADERS}"
67 cd $(OPSSL_SRC); $(NO_WARN_ENV) $(PERL) $(CONFIGURE) $(COPTS) \
69 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) no-asm $@ "${GEN_HEADERS}" "${CRYPTO_GEN_HEADERS}"
72 @$(PERL) -w -I$(OPSSL_SRC) ./generate_headers.pl "${GEN_HEADERS}" "${CRYPTO_GEN_HEADERS}"
/third_party/ltp/m4/
Dax_prog_perl_modules.m411 # Checks to see if the given perl modules are available. If true the shell
13 # ACTION-IF-FALSE are run. Note if $PERL is not set (for example by
14 # calling AC_CHECK_PROG, or AC_PATH_PROG), AC_CHECK_PROG(PERL, perl, perl)
24 # AC_MSG_WARN(Need some Perl modules)
47 # Make sure we have perl
48 if test -z "$PERL"; then
49 AC_CHECK_PROG(PERL,perl,perl)
52 if test "x$PERL" != x; then
55 AC_MSG_CHECKING(for perl module $ax_perl_module)
58 $PERL -e "use $ax_perl_module; exit" > /dev/null 2>&1
[all …]
/third_party/curl/projects/
Dchecksrc.bat80 rem Check we have Perl in our path
81 perl --version <NUL 1>NUL 2>&1
84 if exist "%SystemDrive%\Perl" (
85 set "PATH=%SystemDrive%\Perl\bin;%PATH%"
118 …for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks…
119 …for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks…
126 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks…
127 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checks…
132 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\…
133 …for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\…
[all …]
/third_party/pcre2/pcre2/
Dperltest.sh3 # Script for testing regular expressions with perl to check that PCRE2 handles
4 # them the same. For testing with different versions of Perl, if the first
5 # argument is -perl then the second is taken as the Perl command to use, and
6 # both are then removed. If the next argument is "-w", Perl is called with
9 # The Perl code has to have "use utf8" and "require Encode" at the start when
15 # Perl script to Perl through a pipe. If the next argument is "-utf8", a
18 # The remaining arguments, if any, are passed to Perl. They are an input file
20 # STDOUT. If Perl receives no arguments, it opens /dev/tty as input, and writes
24 perl=perl
28 if [ $# -gt 1 -a "$1" = "-perl" ] ; then
[all …]
/third_party/openssl/external/perl/Text-Template-1.56/
DMETA.yml2 abstract: 'Expand template text with embedded Perl'
12 perl: '5.008'
17 perl: '5.008'
20 license: perl
37 perl: '5.008'
41 bugtracker: https://github.com/mschout/perl-text-template/issues
42 homepage: https://github.com/mschout/perl-text-template
43 repository: https://github.com/mschout/perl-text-template.git
DMETA.json2 "abstract" : "Expand template text with embedded Perl",
20 "perl" : "5.008" string
38 "perl" : "5.008", string
51 "perl" : "5.008", string
70 "web" : "https://github.com/mschout/perl-text-template/issues"
72 "homepage" : "https://github.com/mschout/perl-text-template",
75 "url" : "https://github.com/mschout/perl-text-template.git",
76 "web" : "https://github.com/mschout/perl-text-template"
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/
DMETA.yml2 abstract: 'Expand template text with embedded Perl'
12 perl: '5.008'
17 perl: '5.008'
20 license: perl
37 perl: '5.008'
41 bugtracker: https://github.com/mschout/perl-text-template/issues
42 homepage: https://github.com/mschout/perl-text-template
43 repository: https://github.com/mschout/perl-text-template.git
DMETA.json2 "abstract" : "Expand template text with embedded Perl",
20 "perl" : "5.008" string
38 "perl" : "5.008", string
51 "perl" : "5.008", string
70 "web" : "https://github.com/mschout/perl-text-template/issues"
72 "homepage" : "https://github.com/mschout/perl-text-template",
75 "url" : "https://github.com/mschout/perl-text-template.git",
76 "web" : "https://github.com/mschout/perl-text-template"
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
DPreprocess.pm4 # ABSTRACT: Expand template text with embedded Perl
52 Text::Template::Preprocess - Expand template text with embedded Perl
101 { perl code }
107 { more perl code }
111 JavaScript program with executable Perl code. One strategy:
125 The development version is on github at L<https://https://github.com/mschout/perl-text-template>
126 and may be cloned from L<git://https://github.com/mschout/perl-text-template.git>
131 L<https://github.com/mschout/perl-text-template/issues>
142 C<mjd-perl-template+@plover.com>
146 C<mjd-perl-template-request@plover.com> to join.
[all …]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
DPreprocess.pm4 # ABSTRACT: Expand template text with embedded Perl
52 Text::Template::Preprocess - Expand template text with embedded Perl
101 { perl code }
107 { more perl code }
111 JavaScript program with executable Perl code. One strategy:
125 The development version is on github at L<https://https://github.com/mschout/perl-text-template>
126 and may be cloned from L<git://https://github.com/mschout/perl-text-template.git>
131 L<https://github.com/mschout/perl-text-template/issues>
142 C<mjd-perl-template+@plover.com>
146 C<mjd-perl-template-request@plover.com> to join.
[all …]
/third_party/node/deps/openssl/openssl/Configurations/
Dwindows-makefile.tmpl188 INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet
265 PERL={- $config{PERL} -}
279 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl"
435 @$(ECHO) " target system doesn't have $(PERL),"
446 …"SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(P…
453 @cmd /C "set "SRCTOP=$(SRCDIR)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" list"
463 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)
489 @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "{- $target{makedep_scheme} -}"
505 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(MODULESDIR)"
506 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)"
[all …]
/third_party/openssl/Configurations/
Dwindows-makefile.tmpl188 INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet
265 PERL={- $config{PERL} -}
279 ECHO="$(PERL)" "$(SRCDIR)\util\echo.pl"
435 @$(ECHO) " target system doesn't have $(PERL),"
444 …"SRCTOP=$(SRCDIR)" & set "BLDTOP=$(BLDDIR)" & set "PERL=$(PERL)" & set "FIPSKEY=$(FIPSKEY)" & "$(P…
451 @cmd /C "set "SRCTOP=$(SRCDIR)" & "$(PERL)" "$(SRCDIR)\test\run_tests.pl" list"
461 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)
487 @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" "{- $target{makedep_scheme} -}"
503 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(MODULESDIR)"
504 @"$(PERL)" "$(SRCDIR)\util\mkdir-p.pl" "$(OPENSSLDIR)"
[all …]
/third_party/icu/icu4j/perf-tests/
DREADME.txt22 need to set up Perl with the following modules:
41 perl collationperf.pl |& tee collation_output.txt
58 perl dateformatperf.pl
59 perl converterperf.pl
60 perl decimalformat.pl
61 perl normperf.pl
62 perl ucharacterperf.pl
63 perl unicodesetperf.pl

12345678910>>...78