HomeSort by: relevance | last modified time | path
    Searched refs:Perl (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/
NOTES.PERL 4 - Notes on Perl
5 - Notes on Perl on Windows
6 - Notes on Perl modules we use
7 - Notes on installing a perl module
9 Notes on Perl
12 For our scripts, we rely quite a bit on Perl, and increasingly on
13 some core Perl modules. These Perl modules are part of the Perl
14 source, so if you build Perl on your own, you should be set
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
format-perl-brace-1 3 # Test recognition of Perl brace format strings.
43 ${XGETTEXT} -L Perl -o f-pb-1-$n.po f-pb-1-$n.in || exit 1
47 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
53 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
format-perl-1 3 # Test recognition of Perl format strings.
143 ${XGETTEXT} -L Perl -o f-pl-1-$n.po f-pl-1-$n.in || exit 1
147 if grep perl-format f-pl-1-$n.po > /dev/null; then
153 if grep perl-format f-pl-1-$n.po > /dev/null; then
  /src/external/bsd/nvi/dist/perl_api/
perl.xs 17 static const char sccsid[] = "Id: perl.xs,v 8.46 2001/08/28 11:33:42 skimo Exp (Berkeley) Date: 2001/08/28 11:33:42 ";
35 #include <perl.h>
38 /* perl redefines them
80 * Macros to point messages at the Perl message handler.
93 * Clean up perl interpreter
137 * Create the perl commands used by nvi.
197 if (1) { /* hack for bug fixed in perl-current (5.6.1) */
240 croak("Perl command interrupted by SIGINT");
273 * Use perl's setenv if perl interpreter has been started
    [all...]
  /src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 81 #include <perl.h>
250 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
255 perl -MExtUtils::Embed -e xsinit
256 perl -MExtUtils::Embed -e ldopts
260 ExtUtils::Embed provides utility functions for embedding a Perl interpreter
278 When invoked as C<`perl -MExtUtils::Embed -e xsinit --`>
285 B<-std> (Write code for extensions that are linked with the current Perl.)
305 perl -MExtUtils::Embed -e xsinit -- -o xsinit.c Socket
308 This will generate code with an B<xs_init> function that glues the perl B<Socket::bootstrap> function
313 perl -MExtUtils::Embed -e xsini
    [all...]
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/
Preprocess.pm 4 # 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...]
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/Template/
Preprocess.pm 33 Text::Template::Preprocess - Expand template text with embedded Perl
83 { perl code }
89 { more perl code }
93 JavaScript program with executable Perl code. One strategy:
113 C<mjd-perl-template+@plover.com>
117 C<mjd-perl-template-request@plover.com> to join.
119 For updates, visit C<http://www.plover.com/~mjd/perl/Template/>.
130 redistribute it and/or modify it under the terms of the Perl
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/
Preprocess.pm 4 # 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://github.com/mschout/perl-text-template>
126 and may be cloned from L<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...]
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Util.pm 1 #! /usr/bin/env perl
91 # be interpreted wrongly by a perl eval.
241 data by Perl.
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Util.pm 1 #! /usr/bin/env perl
91 # be interpreted wrongly by a perl eval.
222 data by Perl.
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
C4che.pm 29 This Perl module handles the cache of M4 runs used by autom4te.
227 ### Setup "GNU" style for perl-mode and cperl-mode.
229 ## perl-indent-level: 2
230 ## perl-continued-statement-offset: 2
231 ## perl-continued-brace-offset: 0
232 ## perl-brace-offset: 0
233 ## perl-brace-imaginary-offset: 0
234 ## perl-label-offset: -2
General.pm 30 This perl module provides various general purpose support functions
161 Filter Perl's exit codes, delete any temporary directory (unless
411 ### Setup "GNU" style for perl-mode and cperl-mode.
413 ## perl-indent-level: 2
414 ## perl-continued-statement-offset: 2
415 ## perl-continued-brace-offset: 0
416 ## perl-brace-offset: 0
417 ## perl-brace-imaginary-offset: 0
418 ## perl-label-offset: -2
  /src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl 38 use Registry; # Custom Perl Module to make Registry access easier.
42 Purpose: A Perl Script converting MS NT4 DHCP configuration to ISC DHCP3
  /src/external/apache2/llvm/dist/llvm/utils/release/
build_llvm_package.bat 14 REM Perl (for the OpenMP run-time), 7Zip.
  /src/external/mit/libuv/dist/
LINKS.md 71 * Perl 5
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 1 # -*- perl -*-
8 # same terms as Perl iteself.
9 # If in doubt, write to mjd-perl-template+@plover.com for a license.
483 Text::Template - Expand template text with embedded Perl
535 # Prepend specified perl code to each fragment before evaluating:
556 has little Perl programs embedded in it here and there. When you
635 know Perl, so why not use it?
637 C<Text::Template> templates are programmed in I<Perl>. You embed Perl
640 Perl. If you need to make a loop, you can use any of the Perl loo
    [all...]
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 1 # -*- perl -*-
8 # same terms as Perl itself.
9 # If in doubt, write to mjd-perl-template+@plover.com for a license.
14 # ABSTRACT: Expand template text with embedded Perl
610 Text::Template - Expand template text with embedded Perl
662 # Prepend specified perl code to each fragment before evaluating:
683 has little Perl programs embedded in it here and there. When you
759 know Perl, so why not use it?
761 C<Text::Template> templates are programmed in I<Perl>. You embed Perl
    [all...]
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 1 # -*- perl -*-
8 # same terms as Perl itself.
9 # If in doubt, write to mjd-perl-template+@plover.com for a license.
14 # ABSTRACT: Expand template text with embedded Perl
610 Text::Template - Expand template text with embedded Perl
662 # Prepend specified perl code to each fragment before evaluating:
683 has little Perl programs embedded in it here and there. When you
759 know Perl, so why not use it?
761 C<Text::Template> templates are programmed in I<Perl>. You embed Perl
    [all...]
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 1 # GMP perl module
36 # This code is designed to work with perl 5.005, so it and the sub-packages
137 GMP - Perl interface to the GNU Multiple Precision Arithmetic Library
333 C<mpf_eq> is so named to avoid clashing with the perl C<eq> operator.
398 conversions (f, e, E, g, G). All the standard perl printf features are
406 In perl 5.6.1 it doesn't seem to work to export C<printf>, the plain builtin
537 doesn't select any functions, but indicates that perl constants should be
549 normal perl handling. Something like 3/4 is read as two integer mpq's and a
575 'float' is captured even for GMP::Mpz and GMP::Mpq since perl by default
580 GMP manual, L<perl>, L<overload>
    [all...]
  /src/external/gpl3/autoconf/dist/
maint.mk 340 # perl -pi -e 's/(^|[^.])\b(exit ?)\(1\)/$1$2(EXIT_FAILURE)/'
344 # perl -pi -e 's/(^|[^.])\b(exit ?)\(0\)/$1$2(EXIT_SUCCESS)/'
484 # perl -lne '/^# *define (\w+)\(/ and print $1' lib/xalloc.h|grep -v '^__';
485 # perl -lne '/^(?:extern )?(?:void|char) \*?(\w+) *\(/ and print $1' lib/xalloc.h
487 # | sort | perl -MRegexp::Assemble -le \
506 # perl -lne '/^(?:extern )?(?:void|char) \*?(\w+) *\(/ and print $1' lib/hash.h
565 # man signal.h|col -b|perl -ne '/bsd_signal.*;/.../sigwaitinfo.*;/ and print' \
566 # | perl -lne '/^\s+(?:int|void).*?(\w+).*/ and print $1' | fmt
581 # perl -lne '/^#ifdef (SIG\w+)/ and print $1' lib/sig2str.c|sort -u|fmt -70
617 # perl -lne '/^# *define ([A-Z]\w+)\(/ and print $1' lib/intprops.h|fm
    [all...]
configure 600 PERL
717 # Use braces instead of parens because sh, perl, etc. also accept them.
2617 ## Perl. ##
2620 # We use an absolute name for perl so the #! line in autoscan will work.
2621 # Extract the first word of "perl", so it can be a program name with args.
2622 set dummy perl; ac_word=$2
2628 case $PERL in
2630 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2652 PERL=$ac_cv_path_PERL
2653 if test -n "$PERL"; the
    [all...]

Completed in 56 milliseconds