Searched refs:via (Results 1 - 25 of 99) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm1 package PerlIO::via::QuotedPrint;
56 PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings
60 use PerlIO::via::QuotedPrint;
62 open( my $in,'<:via(QuotedPrint)','file.qp' )
65 open( my $out,'>:via(QuotedPrint)','file.qp' )
80 L<PerlIO::via>, L<MIME::QuotedPrint>, L<PerlIO::via::Base64>,
81 L<PerlIO::via::MD5>, L<PerlIO::via::StripHTML>, L<PerlIO::via
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self9 smtp.self - mail a message via smtp
78 The message was sent directly via SMTP using Net::SMTP
80 The message was sent directly via SMTP using Net::SMTP
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_gids.c190 _sip_header_t *via; local
218 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL);
219 if (via == NULL) {
240 hdrlen = via->sip_hdr_end - via->sip_hdr_start;
241 _sasl_MD5Update(&ctx, (uchar_t *)via->sip_hdr_start, hdrlen);
256 hdrlen = via->sip_hdr_end - via->sip_hdr_start;
257 MD5Update(&ctx, (uchar_t *)via->sip_hdr_start, hdrlen);
H A Dsip_msg.h171 sip_via_value_t via; member in union:sip_hdr_value::__anon2528
235 #define via_protocol hdr_value.via.sent_protocol
236 #define via_protocol_name hdr_value.via.sent_protocol.name
237 #define via_protocol_vers hdr_value.via.sent_protocol.version
238 #define via_protocol_transport hdr_value.via.sent_protocol.transport
239 #define via_sent_by_host hdr_value.via.sent_by_host
240 #define via_sent_by_port hdr_value.via.sent_by_port
H A Dsip_xaction.c71 _sip_header_t *via = NULL; local
87 via = sip_search_for_header(msg, SIP_VIA, NULL);
91 if (via == NULL || from == NULL || cid == NULL)
93 sip_md5_hash(via->sip_hdr_start,
94 via->sip_hdr_end - via->sip_hdr_start,
H A Dsip_itf.c393 sip_header_t via; local
398 via = (sip_header_t)sip_get_header(sip_msg, SIP_VIA, NULL, &error);
399 if (via == NULL || error != 0)
401 value = (sip_header_value_t)sip_get_header_value(via, &error);
/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;
15 open($fh,"<:via(Layer)",...);
18 open($fh,">:via(Some::Other::Package)",...);
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::via
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMY.pm37 It also provides a convenient alias via the MY class.
H A DMM.pm30 It also provides a convenient alias via the MM class (I didn't want
H A DMksymlists.pm239 This is identical to the DL_FUNCS attribute available via MakeMaker,
258 This is identical to the DL_VARS attribute available via MakeMaker,
259 and, like DL_FUNCS, it is usually specified via MakeMaker. Its
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c638 struct validate_internal_arg *via = arg; local
639 struct nwam_prop_table table = via->table;
640 const char **errpropp = via->errpropp;
699 struct validate_internal_arg via; local
703 via.table = table;
704 via.errpropp = NULL;
707 value, &via));
714 struct validate_internal_arg via; local
719 via.table = table;
720 via
[all...]
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_netbsd.in99 title="$(gettext_quoted "%s, with kernel %s (via %s, recovery mode)")"
101 title="$(gettext_quoted "%s, with kernel %s (via %s)")"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmethod.t179 # $@ =~ /^\QCan't locate object method "foo" via package "Config" at/ ? 1 : $@}, 1);
181 # $@ =~ /^\QCan't locate object method "foo" via package "Config" at/ ? 1 : $@}, 1);
187 $@ =~ /^\QCan't locate object method "foo" via package "E::A" at/ ? 1 : $@}, 1);
189 $@ =~ /^\QCan't locate object method "foo" via package "E::B" at/ ? 1 : $@}, 1);
191 $@ =~ /^\QCan't locate object method "foo" via package "E::C" (perhaps / ? 1 : $@}, 1);
194 $@ =~ /^\QCan't locate object method "foo" via package "E::D" (perhaps / ? 1 : $@}, 1);
196 $@ =~ /^\QCan't locate object method "foo" via package "E::E" (perhaps / ? 1 : $@}, 1);
200 $@ =~ /^\QCan't locate object method "foo" via package "E::F" at/ ? 1 : $@}, 1);
202 $@ =~ /^\QCan't locate object method "foo" via package "E::F" at/ ? 1 : $@}, 1);
223 $@ =~ /^\QCan't locate object method "boogie" via packag
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm88 declared via C<our> or C<use vars>,
89 localized via C<my()>, or wasn't fully qualified. Because this is to avoid
101 $bar = 'HgS'; # ok, global declared via pragma
H A DAnyDBM_File.pm34 finally ODBM. This way old programs that used to use NDBM via dbmopen()
/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
H A DMM.pm34 It also provides a convenient alias via the MM class (I didn't want
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dvia.t15 my $tmp = "via$$";
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');
48 ok( ! open($fh,">via(Unknown::Module)", $tmp), 'open via Unknow
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc134 # overload via x=
137 # overload via x
H A Dbigintpm.inc112 # overload via x=
115 # overload via x
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm324 Provides support for big integer calculations via means of 'small' int/floats.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/
H A DUTF7.pm95 exchange Unicoded mails via mails. But with the advent of UTF-8 and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm116 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm87 via the C<CORE::> pseudo-package.
H A Dservent.pm89 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm123 support configurable coloration via options passed to the constructor, and

Completed in 56 milliseconds

1234