Searched defs:wrap (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm6 @EXPORT = qw(wrap fill);
19 $huge = 'wrap'; # alternatively: 'die' or 'overflow'
27 sub wrap subroutine
51 } elsif ($huge eq 'wrap' && $t =~ /\G([^\n]{$ll})/gc) {
62 die "couldn't wrap '$t'";
93 my $x = wrap($ip, $xp, $pp);
120 print wrap($initial_tab, $subsequent_tab, @text);
123 @lines = wrap($initial_tab, $subsequent_tab, @text);
129 use Text::Wrap qw(wrap $columns $huge);
133 $huge = 'wrap';
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm69 sub wrap { subroutine
H A DTermcap.pm103 sub wrap { subroutine
H A DOverstrike.pm106 sub wrap { subroutine
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c210 gss_buffer_t input, /* Input message to wrap */
217 /* Get a pointer to the wrap protion of the token */
218 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal; local
246 wrap->mic.qop = qop_req;
247 wrap->mic.client_flag = cntx->initiate;
248 wrap->mic.seqnum = __dh_next_seqno(cntx);
257 if ((*minor = __QOPSeal(wrap->mic.qop, input, conf_req,
264 wrap->body.body_len = body.length;
265 wrap->body.body_val = (char *)body.value;
272 wrap
308 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal; local
[all...]
H A Dcontext.c276 dh_wrap_t wrap = &token.ver.dh_version_u.body.dh_token_body_desc_u.seal; local
304 * Set up an empty wrap token to calculate header and signature
310 wrap->mic.qop = qop_req;
311 wrap->mic.seqnum = 0;
312 wrap->mic.client_flag = 0;
313 wrap->body.body_len = 0;
314 wrap->body.body_val = 0;
318 /* This is the size of an empy wrap token */
338 * We now have the space for the inner wrap message, which is also
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm478 sub wrap { subroutine
512 $self->wrap ($_);
630 The column at which to wrap text on the right-hand side. Defaults to 76.
H A DText.pm572 sub wrap { subroutine
606 $self->wrap ($_);
754 The column at which to wrap text on the right-hand side. Defaults to 76.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.t447 use overload nomethod => \&wrap, '""' => \&str, '0+' => \&num,
457 sub wrap { subroutine
571 use overload nomethod => \&wrap, '""' => \&str, '0+' => \&num, '=' => \&cpy;
578 sub wrap { subroutine
/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.c189 boolean_t wrap = (flags & OFMT_WRAP); local
205 if (wrap)
430 boolean_t wrap = (os->os_flags & OFMT_WRAP); local
432 if (wrap) {
457 if (wrap) {
596 s = "parsable mode is incompatible with wrap mode";

Completed in 734 milliseconds