Searched refs:fh (Results 376 - 400 of 535) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/lib/File/
H A Dstat.pm215 my $fh;
220 $fh = \*{ Symbol::qualify( $arg, caller() )};
221 return unless defined fileno $fh;
223 return populate(CORE::stat $fh);
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
H A DTiny.pm322 sysopen my $fh, $tempfile, Fcntl::O_CREAT()|Fcntl::O_EXCL()|Fcntl::O_WRONLY()
324 binmode $fh;
325 $args->{data_callback} = sub { print {$fh} $_[0] };
327 close $fh
1091 if ( $self->{fh} && $self->{fh}->can('timeout') ) {
1092 $self->{fh}->timeout($timeout);
1106 $self->{fh} = $SOCKET_CLASS->new(
1116 binmode($self->{fh})
1120 unless ( defined( $self->{fh}
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/
H A DTiny.pm61 open my $fh, "<:raw:encoding(UTF-8)", $_[1]
64 <$fh>;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect.pl60 if (open my $fh, '<', '/proc/cpuinfo') {
61 while (<$fh>) {
H A Dbisect-runner.pl1257 open my $fh, $mode, $file or croak_255("Can't open $file: $!");
1258 ${*$fh{SCALAR}} = $file;
1259 return $fh;
1263 my $fh = shift;
1264 return if close $fh;
1265 croak_255("Can't close: $!") unless ref $fh eq 'GLOB';
1266 croak_255("Can't close ${*$fh{SCALAR}}: $!");
1341 my $fh = open_or_die($file);
1342 while (<$fh>) {
1353 my $fh
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D22_autochomp.t110 local *FH = $o->{fh};
H A D16_handle.t122 local *FH = $o->{fh};
H A D17_misc_meth.t110 local *FH = $o->{fh};
H A D15_pushpop.t113 local *FH = $o->{fh};
H A D31_autodefer.t158 local *FH = $o->{fh};
H A D01_gen.t124 local *FH = $o->{fh};
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm209 my $fh;
218 ($fh) = $dir->($dir, $file);
221 ($fh) = $dir->[0]->($dir, $file, @{$dir}{1..$#{$dir}})
224 ($fh) = $dir->INC($file);
227 if (!UNIVERSAL::isa($fh, 'GLOB')) {
241 $fh = FileHandle->new();
242 if (!$fh->open($filename)) {
266 my $mod_info = Module::Metadata->new_from_handle( $fh, $filename );
/openbsd-current/gnu/usr.bin/perl/
H A Dregen_perly.pl288 open my $fh, '<', $y_file or die "Can't open $y_file: $!\n";
289 while (<$fh>) {
/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/t/
H A Dbasic.t230 open my $fh, ">", File::Spec->catfile($dir, $file)
232 close $fh;
/openbsd-current/usr.sbin/bgpctl/
H A Djson.c93 json_do_start(FILE *fh) argument
99 jsonfh = fh;
/openbsd-current/usr.sbin/rpki-client/
H A Djson.c93 json_do_start(FILE *fh) argument
99 jsonfh = fh;
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h382 NativeFile(FILE *fh, bool transfer_ownership) argument
383 : m_descriptor(kInvalidDescriptor), m_own_descriptor(false), m_stream(fh),
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DState.pm139 open(my $fh, '<', OpenBSD::Paths->installurl) or return undef;
140 while (<$fh>) {
/openbsd-current/gnu/usr.bin/perl/dist/XSLoader/t/
H A DXSLoader.t229 open my $fh,
231 close $fh;
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dmk_PL_charclass.pl105 && open my $fh, "<", $file)
107 @folds = <$fh>;
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.xs17 SV * fh;
92 if (!s->fh) {
100 s->fh = newRV((SV *) gv);
109 XPUSHs(s->fh);
329 if (s->fh) {
330 SvREFCNT_dec(s->fh);
331 s->fh = Nullsv;
640 /* fh, io, cached CVs left as NULL, PerlIOVia_method()
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm178 @_ >= 1 && @_ <= 3 or croak 'usage: $nntp->article([{$msgid|$msgnum}[, $fh]])';
180 my @fh;
182 @fh = (pop) if @_ == 2 || (@_ && (ref($_[0]) || ref(\$_[0]) eq 'GLOB'));
185 ? $nntp->read_until_dot(@fh)
218 @_ >= 1 && @_ <= 3 or croak 'usage: $nntp->body([{$msgid|$msgnum}[, $fh]])';
220 my @fh;
222 @fh = (pop) if @_ == 2 || (@_ && ref($_[0]) || ref(\$_[0]) eq 'GLOB');
225 ? $nntp->read_until_dot(@fh)
239 @_ >= 1 && @_ <= 3 or croak 'usage: $nntp->head([{$msgid|$msgnum}[, $fh]])';
241 my @fh;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DIndex.pm276 my $fh = CPAN::Tarzip->TIEHANDLE($index_target);
281 while (my $bytes = $fh->READ(\$chunk,8192)) {
286 undef $fh;
499 my $fh = CPAN::Tarzip->TIEHANDLE($index_target);
503 while (my $bytes = $fh->READ(\$chunk,8192)) {
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBase.pm492 my $fh = $input ;
496 $fh = IO::File->new( "<$input" )
499 binmode $fh ;
504 while ($status = read($fh, $buff, 16 * 1024)) {
515 $fh->close()
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dlibnetcfg.PL717 my $fh = IO::File->new($libnet_cfg_out, "w") or
722 print $fh "{\n";
745 print $fh "\t'",$key,"' => ",$val,",\n";
748 print $fh "}\n";
750 $fh->close;

Completed in 168 milliseconds

<<11121314151617181920>>