Searched refs:FileHandle (Results 26 - 48 of 48) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSeekable.pm93 Derived from FileHandle.pm by Graham Barr E<lt>gbarr@pobox.comE<gt>
H A DHandle.pm38 the C<FileHandle> package, then I suggest you read the documentation
259 Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistribution.pm969 my $writefh = FileHandle->new;
1073 my $fh = FileHandle->new;
1117 my $fh = FileHandle->new;
1412 my $fh_pager = FileHandle->new;
1417 my $fh_readme = FileHandle->new;
1543 my $fh = FileHandle->new;
1565 my $fh = FileHandle->new;
3473 $fh = FileHandle->new("<$makefile\0")) {
3616 $fh = FileHandle->new("<$makefile\0")) {
4286 my($pipe) = FileHandle
[all...]
H A DModule.pm277 $mfh = FileHandle->new($mff)
338 my $fh = FileHandle->new($locf)
H A DHandleConfig.pm350 my($fh) = FileHandle->new;
634 my $fh = FileHandle->new;
H A DFTP.pm45 $fh ||= FileHandle->new;
119 my $fh = FileHandle->new;
1245 my $fh = FileHandle->new;
H A DMirrors.pm40 use FileHandle;
69 my $handle = FileHandle->new;
H A DShell.pm630 my $fh = FileHandle->new($file) or
1187 my $ps = FileHandle->new;
1252 my($fh) = FileHandle->new(">$to") or Carp::croak "Can't open >$to: $!";
H A DFirstTime.pm7 use FileHandle ();
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCopy.pm348 my $n = FileHandle->new("/a/file", "r");
364 argument may be a string, a FileHandle reference or a FileHandle
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm4 use FileHandle;
698 my $fh = FileHandle->new;
774 my $fh = FileHandle->new;
1030 my $fh = FileHandle->new;
1110 my $local = FileHandle->new( $to, 'w' )
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm18 use FileHandle;
222 $self->{fh} = FileHandle->new();
234 $self->{fh} = FileHandle->new();
252 $self->{fh} = FileHandle->new();
298 $self->{fh} = FileHandle->new();
307 $self->{fork_rd} = FileHandle->new();
308 $self->{fork_wr} = FileHandle->new();
310 $self->{fh} = FileHandle->new();
1413 my $fh = FileHandle->new();
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm11 use FileHandle ();
241 $fh = FileHandle->new();
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm36 require FileHandle; FileHandle->import();
528 my $child_in = FileHandle->new;
529 my $child_out = FileHandle->new;
530 my $child_err = FileHandle->new;
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DXref.pm403 strict vars FileHandle Exporter Carp PerlIO::Layer
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcorelist-perldelta.pl161 File::Find File::Glob File::stat FileCache FileHandle FindBin GDBM_File Getopt::Std Hash::Util Hash::Util::FieldHash
H A DMaintainers.pl1420 lib/FileHandle.{pm,t}
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DPath.cpp1174 Error readNativeFileToEOF(file_t FileHandle, SmallVectorImpl<char> &Buffer,
1184 FileHandle, MutableArrayRef(Buffer.begin() + Size, ChunkSize));
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.pm.PL171 0 Perform a normal read using scalar(<FileHandle>)
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/
H A DFilespec.pm186 C<candelete> must be a file name (not a FileHandle), and, since it's an XSUB,
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.bsd-wrapper1445 FileHandle 3p lib/FileHandle.pm \
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm55 use FileHandle ();
603 if (UNIVERSAL::isa($local_file, "FileHandle")) {
617 if (UNIVERSAL::isa($local_file, "FileHandle")) {
719 my $fh = FileHandle->new($lockfile) or
851 unless ($fh = FileHandle->new("+>>$lockfile")) {
1372 my($fh) = FileHandle->new;
1401 my($fh) = FileHandle->new;
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DParser.pm1086 my $tied_fh = (/^(?:GLOB|FileHandle|IO::\w+)$/ or tied $in_fh);

Completed in 376 milliseconds

12