Home
last modified time | relevance | path

Searched refs:newfh (Results 1 – 25 of 42) sorted by relevance

12

/dports/audio/normalize/normalize-0.7.7/src/
H A Dwiener_af.c142 AFfilehandle newfh;
148 if (newfh == NULL) {
180 fmt = &newfh->fmt;
219 newfh->top_chnk.size = 0;
241 newfh->riff = riff;
242 newfh->mode = AF_WRONLY;
270 fmt = &newfh->fmt;
322 newfh->riff = riff;
323 newfh->mode = AF_RDONLY;
326 return newfh;
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/File-Temp/t/
H A Dlock.t34 my $newfh;
35 $newfh = &Symbol::gensym if $] < 5.006;
36 $status = sysopen($newfh, "$fh", $flags, 0600);
51 my $newfh;
52 $newfh = &Symbol::gensym if $] < 5.006;
53 $status = sysopen($newfh, "$fh", $flags, 0600);
/dports/lang/perl5.32/perl-5.32.1/cpan/File-Temp/t/
H A Dlock.t34 my $newfh;
35 $newfh = &Symbol::gensym if $] < 5.006;
36 $status = sysopen($newfh, "$fh", $flags, 0600);
51 my $newfh;
52 $newfh = &Symbol::gensym if $] < 5.006;
53 $status = sysopen($newfh, "$fh", $flags, 0600);
/dports/lang/perl5.34/perl-5.34.0/cpan/File-Temp/t/
H A Dlock.t34 my $newfh;
35 $newfh = &Symbol::gensym if $] < 5.006;
36 $status = sysopen($newfh, "$fh", $flags, 0600);
51 my $newfh;
52 $newfh = &Symbol::gensym if $] < 5.006;
53 $status = sysopen($newfh, "$fh", $flags, 0600);
/dports/devel/p5-File-Temp/File-Temp-0.2311/t/
H A Dlock.t34 my $newfh;
35 $newfh = &Symbol::gensym if $] < 5.006;
36 $status = sysopen($newfh, "$fh", $flags, 0600);
51 my $newfh;
52 $newfh = &Symbol::gensym if $] < 5.006;
53 $status = sysopen($newfh, "$fh", $flags, 0600);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/File-Temp/t/
H A Dlock.t34 my $newfh;
35 $newfh = &Symbol::gensym if $] < 5.006;
36 $status = sysopen($newfh, "$fh", $flags, 0600);
51 my $newfh;
52 $newfh = &Symbol::gensym if $] < 5.006;
53 $status = sysopen($newfh, "$fh", $flags, 0600);
/dports/lang/perl5.32/perl-5.32.1/symbian/
H A Dhexdump.pl25 if (open(my $newfh, '>', $newfn)) {
26 binmode($newfh);
27 print $newfh unpack("H*", $buffer);
28 close($newfh);
/dports/lang/perl5.30/perl-5.30.3/symbian/
H A Dhexdump.pl25 if (open(my $newfh, '>', $newfn)) {
26 binmode($newfh);
27 print $newfh unpack("H*", $buffer);
28 close($newfh);
/dports/textproc/p5-Unicode-Collate/Unicode-Collate-1.31/gendata/
H A Drwt_head80 open my $newfh, ">$testdirname/$filename";
81 binmode $newfh;
82 print $newfh "$new_header$content";
83 close $newfh;
/dports/mail/mailscanner/MailScanner-5.3.4/usr/sbin/
H A Dms-upgrade-conf237 my $newfh = new FileHandle;
238 $newfh->open($newfname)
246 while(<$newfh>) {
316 $newfh->close();
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/os_common/
H A Dos_fhandle.c86 WT_SESSION_IMPL *session, const char *name, WT_FH *newfh, WT_FH **fhp) in __handle_search() argument
116 if (!found && newfh != NULL) { in __handle_search()
117 newfh->name_hash = hash; in __handle_search()
118 WT_FILE_HANDLE_INSERT(conn, newfh, bucket); in __handle_search()
121 ++newfh->ref; in __handle_search()
122 *fhp = newfh; in __handle_search()
/dports/graphics/eps2png/eps2png-2.905/
H A DMakefile.PL172 my $newfh;
173 open ($newfh, ">", $ctrl{_dst})
187 print { $newfh } $_;
189 close($newfh);
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/t/lib/FusionInventory/Test/
H A DServer.pm135 my $newfh = IO::Socket::SSL->start_SSL($fh,
142 $self->stdio_handle($newfh) if $newfh;
/dports/devel/p5-IO-Event/IO-Event-0.813/lib/IO/
H A DEvent.pm683 my $newfh = $fh->accept();
684 return undef unless $newfh;
692 $newfh->peerhost, $newfh->peerport,
693 $newfh->sockhost, $newfh->sockport;
696 my $pp = eval { $newfh->peerpath };
699 $pp, $newfh->hostpath;
702 $newfh->hostpath;
709 my $new = IO::Event->new($newfh, $handler, $desc);
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/postgres/
H A Dcompare_schemas.pl62 open my $newfh, '<', $new or die qq{Could not open $new: $!\n};
172 seek $newfh, 0, 0;
173 while (<$newfh>) {
/dports/irc/sirc/sirc-2.211/
H A Dsocks.pl45 $_[0]=&newfh;
80 $_[0]=&newfh;
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/functions/
H A Dabook_local_file.php243 $newfh = @fopen($this->filename.'.tmp', 'w');
245 if(!$newfh) {
254 $tmpwrite = sq_fwrite($newfh, join('|', $rows[$i]) . "\n");
261 fclose($newfh);
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/physfs/src/
H A Dphysfs.c452 memset(newfh, '\0', sizeof (*newfh)); in handleIo_duplicate()
461 if (!newfh->buffer) in handleIo_duplicate()
474 if (newfh->forReading) in handleIo_duplicate()
476 newfh->next = openReadList; in handleIo_duplicate()
477 openReadList = newfh; in handleIo_duplicate()
482 openWriteList = newfh; in handleIo_duplicate()
487 retval->opaque = newfh; in handleIo_duplicate()
491 if (newfh) in handleIo_duplicate()
493 if (newfh->io != NULL) newfh->io->destroy(newfh->io); in handleIo_duplicate()
494 if (newfh->buffer != NULL) allocator.Free(newfh->buffer); in handleIo_duplicate()
[all …]
/dports/devel/love/love-11.3/src/libraries/physfs/
H A Dphysfs.c455 memset(newfh, '\0', sizeof (*newfh)); in handleIo_duplicate()
464 if (!newfh->buffer) in handleIo_duplicate()
477 if (newfh->forReading) in handleIo_duplicate()
479 newfh->next = openReadList; in handleIo_duplicate()
480 openReadList = newfh; in handleIo_duplicate()
485 openWriteList = newfh; in handleIo_duplicate()
490 retval->opaque = newfh; in handleIo_duplicate()
494 if (newfh) in handleIo_duplicate()
496 if (newfh->io != NULL) newfh->io->destroy(newfh->io); in handleIo_duplicate()
497 if (newfh->buffer != NULL) allocator.Free(newfh->buffer); in handleIo_duplicate()
[all …]
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/physfs/
H A Dphysfs.c452 memset(newfh, '\0', sizeof (*newfh)); in handleIo_duplicate()
461 if (!newfh->buffer) in handleIo_duplicate()
474 if (newfh->forReading) in handleIo_duplicate()
476 newfh->next = openReadList; in handleIo_duplicate()
477 openReadList = newfh; in handleIo_duplicate()
482 openWriteList = newfh; in handleIo_duplicate()
487 retval->opaque = newfh; in handleIo_duplicate()
491 if (newfh) in handleIo_duplicate()
493 if (newfh->io != NULL) newfh->io->destroy(newfh->io); in handleIo_duplicate()
494 if (newfh->buffer != NULL) allocator.Free(newfh->buffer); in handleIo_duplicate()
[all …]
/dports/devel/physfs/physfs-3.0.2/src/
H A Dphysfs.c452 memset(newfh, '\0', sizeof (*newfh)); in handleIo_duplicate()
461 if (!newfh->buffer) in handleIo_duplicate()
474 if (newfh->forReading) in handleIo_duplicate()
476 newfh->next = openReadList; in handleIo_duplicate()
477 openReadList = newfh; in handleIo_duplicate()
482 openWriteList = newfh; in handleIo_duplicate()
487 retval->opaque = newfh; in handleIo_duplicate()
491 if (newfh) in handleIo_duplicate()
493 if (newfh->io != NULL) newfh->io->destroy(newfh->io); in handleIo_duplicate()
494 if (newfh->buffer != NULL) allocator.Free(newfh->buffer); in handleIo_duplicate()
[all …]
/dports/net/p5-RPC-XML/RPC-XML-0.82/etc/
H A Dmake_method356 if (! open my $newfh, '>', $fh)
362 $fh = $newfh;
/dports/www/mod_perl2/mod_perl-2.0.11/docs/os/win32/
H A Dmpinstall229 open(my $newfh, ">$ppdfile") or die "Cannot open $ppdfile: $!";
233 print $newfh $_;
236 close $newfh;
/dports/devel/R-cran-gdata/gdata/inst/perl/Archive/
H A DZip.pm499 my ( $status, $newfh ) = _newFileHandle( $fh, 'w+' );
500 return ( $newfh, $filename );
/dports/archivers/p5-Archive-Zip/Archive-Zip-1.68/lib/Archive/
H A DZip.pm566 my ($status, $newfh) = _newFileHandle($fh, 'w+');
568 return ($newfh, $filename);

12