Searched refs:Handle (Results 51 - 75 of 78) sorted by relevance

1234

/osnet-11/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.cc43 * @precondition Handle must be open
51 HandleNPIVPort::HandleNPIVPort(Handle *myHandle, HandlePort *myHandlePort,
H A DIOError.cc55 IOError::IOError(Handle *handle) : HBAException(HBA_STATUS_ERROR) {
56 Trace log("IOError::IOError(Handle)");
H A DExceptions.h32 #include "Handle.h"
67 * @memo Represents HBA API "Invalid Handle" error
212 IOError(Handle *handle);
H A DHandlePort.cc44 * @precondition Handle must be open
49 HandlePort::HandlePort(Handle *myHandle, HBA *myHBA, HBAPort *myPort) :
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A DIO.t30 my @default = map { "IO/$_.pm" } qw( Handle Seekable File Pipe Socket Dir );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm39 import IO::Handle grep { !defined(&$_) } @EXPORT, @EXPORT_OK;
49 'IO::Handle' =>
91 my $r = new IO::Handle;
92 my $w = new IO::Handle;
98 bless *STDIN{IO}, "FileHandle" if ref *STDIN{IO} eq "IO::Handle";
99 bless *STDOUT{IO}, "FileHandle" if ref *STDOUT{IO} eq "IO::Handle";
100 bless *STDERR{IO}, "FileHandle" if ref *STDERR{IO} eq "IO::Handle";
253 from IO::File, IO::Seekable, and IO::Handle. Please see those
H A DCGI.pm2337 # Handle bug in some browsers with Latin charsets
3934 eval "require IO::Handle" unless IO::Handle->can('new_from_fd');
3935 return IO::Handle->new_from_fd(fileno $self,"<");
4322 CGI - Handle Common Gateway Interface requests and responses
6233 When the form is processed, you can retrieve an L<IO::Handle> compatible
6240 # Upgrade the handle to one compatible with IO::Handle:
6374 from L<IO::Handle>. So that brings us to current recommendation given above,
6376 That upgrades the handle to an IO::Handle. It's a big win for compatibility for
6377 a small penalty of loading IO::Handle th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm18 be inherited by other C<IO::Handle> based objects. It provides methods
88 L<IO::Handle>
101 use IO::Handle ();
102 # XXX we can't get these from IO::Handle or we'll get prototype
H A DPoll.pm11 use IO::Handle;
195 L<poll(2)>, L<IO::Handle>, L<IO::Select>
H A DSocket.pm11 use IO::Handle;
24 @ISA = qw(IO::Handle);
317 is built upon the L<IO::Handle> interface and inherits all the methods defined
318 by L<IO::Handle>.
458 L<Socket>, L<IO::Handle>, L<IO::Socket::INET>, L<IO::Socket::UNIX>
H A DSelect.pm258 function call. It allows the user to see what IO handles, see L<IO::Handle>,
283 Each handle can be an C<IO::Handle> object, an integer or an array
284 reference where the first element is an C<IO::Handle> or an integer.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.t19 use IO::Handle;
H A DOpen3.pm315 $fd->{tmp_copy} = IO::Handle->new_from_fd($fd->{handle}, $fd->{mode});
319 bless $fd->{handle}, 'IO::Handle'
320 unless eval { $fd->{handle}->isa('IO::Handle') } ;
/osnet-11/usr/src/lib/sun_fc/
H A DMakefile.com32 Handle.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs262 MODULE = IO PACKAGE = IO::Handle PREFIX = io_
278 MODULE = IO PACKAGE = IO::Handle PREFIX = f
384 not_here("IO::Handle::setbuf");
391 Perl_croak(aTHX_ "Usage: IO::Handle::setvbuf(handle, buf, type, size)");
415 RETVAL = (SysRet) not_here("IO::Handle::setvbuf");
433 RETVAL = (SysRet) not_here("IO::Handle::sync");
513 * constant subs for IO::Handle
515 stash = gv_stashpvn("IO::Handle", 10, TRUE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dposix.t236 like ($@, qr/^Use method IO::Handle::gets\(\) instead/,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm370 An optional filehandle (or IO::Handle ) that output will be printed to.
419 An optional filehandle (or IO::Handle ) that output will be printed to.
474 An optional filehandle (or IO::Handle ) to which the output string will be
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm193 =head2 Example - a Hexadecimal Handle
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm68 || UNIVERSAL::isa($from, 'IO::Handle'))
73 || UNIVERSAL::isa($to, 'IO::Handle'))
369 references, or objects inheriting from IO::Handle;
H A DTemp.pm139 use base qw/ IO::Handle /;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm48 wrapper around a filehandle or C<IO::Handle>-type object (or anything
100 an C<IO::Handle> object of some kind (or at least something that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp767 Handle => $FH,
809 $FH = $data->{Handle} ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm602 of C<IO::Handle>. These methods implement the functionality required for a
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s697 * Handle all cases where src and dest are aligned on word
1108 ! Handle trailing bytes, 64 to 127
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm867 # Handle AutoLoader classes explicitly. Any more general AUTOLOAD
941 # XSUBs for IO::File, IO::Handle, IO::Socket,
945 if grep { $stashname eq $_ } qw(IO::File IO::Handle IO::Socket

Completed in 1836 milliseconds

1234