Searched defs:PerlIO (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.pm1 package PerlIO::encoding;
22 PerlIO::encoding - encoding layer
30 $PerlIO::encoding::fallback = FB_PERLQQ;
41 When the layer is pushed the current value of C<$PerlIO::encoding::fallback>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.pm1 package PerlIO::scalar;
4 XSLoader::load 'PerlIO::scalar';
10 PerlIO::scalar - in-memory IO, scalar IO
37 C<PerlIO::scalar> only exists to use XSLoader to load C code that
39 One does not need to explicitly C<use PerlIO::scalar>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm1 package PerlIO::via;
4 XSLoader::load 'PerlIO::via';
10 PerlIO::via - Helper class for PerlIO layers implemented in perl
14 use PerlIO::via::Layer;
22 The PerlIO::via module allows you to develop PerlIO layers in Perl, without
26 One example module, L<PerlIO::via::QuotedPrint>, is included with Perl
28 L<PerlIO::via::StripHTML> and L<PerlIO
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dvia.t9 unless (find PerlIO::Layer 'perlio') {
23 BEGIN { use_ok('PerlIO::via::QuotedPrint'); }
25 ok( !open($fh,"<via(PerlIO::via::QuotedPrint)", $tmp), 'open QuotedPrint for input fails');
26 ok( open($fh,">via(PerlIO::via::QuotedPrint)", $tmp), 'open QuotedPrint for output');
30 ok( open($fh,"<via(PerlIO::via::QuotedPrint)", $tmp), 'open QuotedPrint for input');
78 sub PerlIO::via::Bar::PUSHED { $obj = shift; -1; } subroutine
82 is( $obj, 'PerlIO::via::Bar', 'search for package PerlIO::via::Bar' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm1 package PerlIO; package
34 PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space
51 use PerlIO 'foo';
53 The perl code in PerlIO.pm then attempts to locate a layer by doing
55 require PerlIO::foo;
57 Otherwise the C<PerlIO> package is a place holder for additional
58 PerlIO related functions.
66 Lowest level layer which provides basic PerlIO operation
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm1 package PerlIO::via::QuotedPrint;
20 # 3 file handle of PerlIO layer below (ignored)
56 PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings
60 use PerlIO::via::QuotedPrint;
70 This module implements a PerlIO layer that works on files encoded in the
80 L<PerlIO::via>, L<MIME::QuotedPrint>, L<PerlIO::via::Base64>,
81 L<PerlIO::via::MD5>, L<PerlIO
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h21 USE_PERLIO - The primary Configure variable that enables PerlIO.
95 #ifndef PerlIO
96 /* ----------- PerlIO implementation ---------- */
97 /* PerlIO not #define-d to something else - define the implementation */
101 typedef PerlIOl *PerlIO; typedef
102 #define PerlIO PerlIO macro
108 extern PerlIO *PerlIO_push(pTHX_ PerlIO *f, PerlIO_funcs *tab,
110 extern void PerlIO_pop(pTHX_ PerlIO *
[all...]
H A Dperlsdio.h21 #define PerlIO FILE macro
H A Dperlsfio.h26 #define PerlIO Sfio_t macro

Completed in 59 milliseconds