Searched refs:fh (Results 226 - 250 of 535) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DProcess.pm142 my $fh = shift;
144 return if ( fileno($fh) == fileno(STDIN) );
145 $xclose->($fh);
244 for my $fh (@ready) {
245 my $got = sysread $fh, my ($chunk), $chunk_size;
248 $sel->remove($fh);
250 elsif ( $fh == $err ) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c556 is_pending_symbol (FDR *fh, char *sh)
558 int f_idx = fh - debug_info->fdr;
571 add_pending (FDR *fh, char *sh, struct type *t)
573 int f_idx = fh - debug_info->fdr;
574 struct mdebug_pending *p = is_pending_symbol (fh, sh);
596 AX is the base pointer of aux symbols for this file (fh->iauxBase).
1407 they are big-endian or little-endian (from fh->fBigendian). */
1756 FDR *fh;
1787 fh = get_rfd (fd, rf);
1789 indx = parse_type (fh
550 is_pending_symbol(FDR *fh, char *sh) argument
565 add_pending(FDR *fh, char *sh, struct type *t) argument
1749 FDR *fh; local
2130 parse_lines(FDR *fh, PDR *pr, struct linetable *lt, int maxlines, struct partial_symtab *pst, CORE_ADDR lowest_pdr_addr) argument
2218 FDR *fh; local
3689 handle_psymbol_enumerators(struct objfile *objfile, FDR *fh, int stype, CORE_ADDR svalue) argument
3788 FDR *fh; local
4176 has_opaque_xref(FDR *fh, SYMR *sh) argument
4214 FDR *fh; local
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dgenpacksizetables.pl73 my $fh = open_new('packsizetables.inc', '>', { by => $0, from => 'its data'});
75 print $fh <<"EOC";
90 read_only_bottom_close_and_rename($fh);
H A Dregcomp.pl414 my ($fh, $name, $id, $comment) = @_;
453 print $fh $line;
460 print $fh "#define ", $with_name;
461 print $fh " " x ($name_col_width - length($with_name) + $base_id_width);
462 printf $fh "%*s", $mid_id_width, $with_id_t;
463 print $fh " " x $full_id_width;
464 printf $fh " /*";
465 print $fh " " x (4 + 2); # 4 is width of 0xHH that the base entry uses
466 printf $fh "0x%03x */\n", $with_id_t;
476 print $fh "#defin
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Functions/
H A DFunctions_pm.PL152 open my $fh, '>', $temp or die "Can't open '$temp' for writing: $!";
153 print $fh <<'EOT';
225 printf $fh " [%-9s => '%s'],\n", $type, $desc;
228 print $fh <<'EOT';
276 print $fh join("\t", $func, (sort @{$Type{$func}}), $desc), "\n";
279 close $fh or die "Can't close '$temp': $!";
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DPacklist.pm27 my $fh = \*{$fhname++};
29 return($fh);
124 my $fh = mkfh();
125 open($fh, "<$packfile") || Carp::croak("Can't open file $packfile: $!");
128 while (defined($line = <$fh>))
149 close($fh);
159 my $fh = mkfh();
160 open($fh, ">$packfile") || Carp::croak("Can't open file $packfile: $!");
187 print $fh ("$key");
192 print $fh ("
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dgeneric.pl240 my $fh = IO::File->new( ">$name" );
241 ok $fh, "opened file $name ok";
242 my $x = $CompressClass->can('new')->( $CompressClass, $fh );
243 ok $x, " created $CompressClass $fh" ;
245 is $x->fileno(), fileno($fh), "fileno match" ;
251 $fh->close() ;
511 my $fh ;
512 ok $fh = IO::File->new( ">$name" );
513 print $fh $header ;
515 ok $x = $CompressClass->can('new')->( $CompressClass, $fh,
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dversion_tag.t10 open(my $fh, '<', 'this_file_had_better_not_exist.txt');
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D512-t-file.t14 open my $fh, '<', $file
17 return <$fh>;
H A D515-t-cmd.t18 open my $fh, '<', $file
21 return <$fh>;
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DStreamFile.h31 StreamFile(FILE *fh, bool transfer_ownership);
/openbsd-current/regress/usr.sbin/pkg_add/
H A Dpopulate63 my ($fh, $cont) = @_;
64 while (<$fh>) {
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Decho.t72 open my $fh, "<", $output_file or croak "Can't open $output_file: $!";
73 is join("", <$fh>), $want, "contents";
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dreadme.t25 open(my $fh, '<', 'Porting/README.pod') or die("Can't open Porting/README.pod: $!");
28 while(<$fh>) {
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DMakefile.PL36 open my $fh, '<', '../../overload.h' or die "Can't open ../../overload.h: $!";
37 while (<$fh>) {
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-mmap/
H A Dmmap.pm19 open my $fh, '<:mmap', $filename;
/openbsd-current/usr.sbin/nsd/
H A Dverify.h28 FILE *fh; member in struct:verifier_zone_feed
/openbsd-current/usr.bin/libtool/LT/Mode/Link/
H A DLibrary.pm98 my ($fh, $file);
103 ($fh, $file) = mkstemp("/tmp/arargs.XXXXXXXXXXXX");
104 print $fh map {"$_\n"} @extra;
105 close $fh;
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgInfo.pm100 open my $fh, '<', $filename or return;
101 while(<$fh>) {
105 close $fh;
111 open my $fh, '<', $filename or return;
112 my @lines = (<$fh>);
113 close $fh;
123 open my $fh, '<', $dir.DESC or return;
124 $_ = <$fh>; # zap COMMENT
125 while(<$fh>) {
129 close $fh;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/
H A DMakefile.PL30 open(my $fh, '<', File::Spec->catfile('lib', 'Pod', 'Man.pm'))
32 while (defined(my $line = <$fh>)) {
34 close($fh) or die "$0: cannot close lib/Pod/Man.pm\n";
38 close($fh) or die "$0: cannot close lib/Pod/Man.pm\n";
/openbsd-current/gnu/usr.bin/perl/t/test_pl/
H A Dtempfile.t51 ok( open( my $fh, '>', "${prefix}D" ), 'created file with the next filename' );
54 if( close($fh) ){
/openbsd-current/sys/nfs/
H A Dnfs_boot.c239 args->fh = ndmntp->ndm_fh;
509 u_int8_t fh[1]; member in struct:rdata::__anon4::__anon5
511 } fh; member in struct:rdata
514 u_int8_t *fh; local
552 /* Have errno==0, so the fh must be there. */
554 argp->fhsize = fxdr_unsigned(u_int32_t, rdata->fh.v3fh.fhlen);
570 fh = (mntver == 3) ? rdata->fh.v3fh.fh : rdata->fh
[all...]
/openbsd-current/lib/librpcsvc/
H A Dnlm_prot.x47 netobj fh;
100 netobj fh;
150 netobj fh;
159 netobj fh;
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/
H A DMkTemp.xs26 # $fh = mkstemps_real( $template, suffixlen )
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D18_rs_fixrec.t31 local *FH = $o->{fh};

Completed in 183 milliseconds

1234567891011>>