Home
last modified time | relevance | path

Searched refs:outfh (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/perl5lib/LinuxDocTools/
H A DHtml2Html.pm199 $outfh->close; $outfh = STDOUT;
208 $outfh->close; $outfh = STDOUT;
215 &footing($outfh); $outfh->close; $outfh = STDOUT;
287 $outfh->close;
293 $outfh->close if ($outfh->fileno != STDOUT->fileno);
371 my $outfh = shift;
403 $outfh->print(
411 $outfh->print(
479 &footing($outfh); $outfh->close;
539 $outfh->close;
[all …]
/dports/textproc/p5-Text-Bind/Text-Bind-0.04/
H A DBind.pm87 $this->_eval_bindings($outfh, $list[0]);
91 $this->_eval_bindings($outfh, shift(@list));
118 my $outfh = shift;
128 print $outfh $data if defined($data);
154 print $outfh $_;
185 &$tmp($this, $outfh, $value,
192 print $outfh $_;
201 print $outfh $tmp;
213 print $outfh $_;
229 print $outfh $bind;
[all …]
/dports/mail/exmh2/exmh-2.9.0/misc/
H A Dcomp.pl62 my $outfh = new FileHandle;
64 $outfh->open(">$newcomps");
69 print $outfh $_ . " " . $to . "\n";
72 print $outfh $_ . " " . $cc . "\n";
75 print $outfh $_ . " " . $bcc . "\n";
78 print $outfh $_ . " " . $org . "\n";
85 print $outfh "Bcc: $bcc\n";
92 print $outfh "--------\n";
97 print $outfh $_;
102 print $outfh $_ . "\n";
[all …]
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A Dcore-cpan-diff139 my $outfh;
141 open $outfh, '>', $output_file
145 open $outfh, ">&STDOUT"
246 print $outfh "\n$module - "
248 print $outfh " upstream is: "
258 print $outfh " ", $@;
357 print $outfh
380 print $outfh
389 print $outfh
527 print $outfh
[all …]
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A Dcore-cpan-diff139 my $outfh;
141 open $outfh, '>', $output_file
145 open $outfh, ">&STDOUT"
246 print $outfh "\n$module - "
248 print $outfh " upstream is: "
258 print $outfh " ", $@;
357 print $outfh
380 print $outfh
389 print $outfh
527 print $outfh
[all …]
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dcore-cpan-diff139 my $outfh;
141 open $outfh, '>', $output_file
145 open $outfh, ">&STDOUT"
246 print $outfh "\n$module - "
248 print $outfh " upstream is: "
258 print $outfh " ", $@;
357 print $outfh
380 print $outfh
389 print $outfh
527 print $outfh
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dcore-cpan-diff143 my $outfh;
145 open $outfh, '>', $output_file
149 open $outfh, ">&STDOUT"
250 print $outfh "\n$module - "
252 print $outfh " upstream is: "
262 print $outfh " ", $@;
361 print $outfh
384 print $outfh
393 print $outfh
531 print $outfh
[all …]
/dports/lang/parrot/parrot-8.1.0/frontend/parrot2/
H A Dbuild.pir6 .local pmc outfh, ifh
17 outfh = new ['FileHandle']
18 outfh.'open'(outfile, 'wb')
38 print outfh, $S0
39 print outfh, ','
44 print outfh, "\n"
57 print outfh, $S0
58 print outfh, ";\n"
59 print outfh, <<'END_OF_FUNCTION'
71 outfh.'flush'()
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/analyze/
H A D__main__.py79 infh, outfh = configure_io(args)
154 (infh, outfh) = configure_io(args)
161 outfh.write('\n'.join(srecs) + '\n')
162 outfh.write('\n')
186 (infh, outfh) = configure_io(args)
194 outfh.write('\n'.join(record) + '\n')
200 (infh, outfh) = configure_io(args)
201 outfh.write(json_dumps(_get_events(infh)) + '\n')
224 outfh = sys.stdout
227 outfh = open(args.outfile, 'w')
[all …]
/dports/graphics/s2tc/s2tc-f6ec862/
H A Ds2tc_compress.c569 FILE *outfh; in main() local
621 if(!outfh) in main()
688 fwrite(&zero, 4, 1, outfh); in main()
692 fwrite(&zero, 4, 1, outfh); in main()
693 fwrite(&zero, 4, 1, outfh); in main()
694 fwrite(&zero, 4, 1, outfh); in main()
695 fwrite(&zero, 4, 1, outfh); in main()
696 fwrite(&zero, 4, 1, outfh); in main()
697 fwrite(&zero, 4, 1, outfh); in main()
698 fwrite(&zero, 4, 1, outfh); in main()
[all …]
/dports/textproc/p5-SGML-DTDParse/SGML-DTDParse-2.00/bin/
H A Ddtddiff33 my $outfh = \*STDOUT;
34 select($outfh);
217 print $outfh '- ', $gi, "\n";
224 print $outfh '+ ', $gi, "\n";
233 select((select($outfh),
238 write $outfh;
243 write $outfh;
244 print $outfh "\n";
276 print $outfh '! ';
306 print $outfh '! ';
[all …]
/dports/textproc/dtdparse/SGML-DTDParse-2.00/bin/
H A Ddtddiff33 my $outfh = \*STDOUT;
34 select($outfh);
217 print $outfh '- ', $gi, "\n";
224 print $outfh '+ ', $gi, "\n";
233 select((select($outfh),
238 write $outfh;
243 write $outfh;
244 print $outfh "\n";
276 print $outfh '! ';
306 print $outfh '! ';
[all …]
/dports/games/xonotic/Xonotic/misc/tools/
H A Ddemotc.pl57 my $outfh;
60 open $outfh, ">", $out
62 binmode $outfh;
69 print $outfh $cdtrack if $mode ne 'grep';
96 print $outfh pack("V", length($data) | DEMOMSG_CLIENT_TO_SERVER);
97 print $outfh $angles;
98 print $outfh $data;
182 print $outfh pack("V", length $data);
183 print $outfh $angles;
184 print $outfh $data;
[all …]
H A Ddemoconv-15-20.pl55 open my $outfh, ">", $out
57 binmode $outfh;
71 print $outfh $cdtrack;
94 print $outfh pack("V", length $data);
95 print $outfh $angles;
96 print $outfh $data;
99 close $outfh;
/dports/lang/parrot/parrot-8.1.0/tools/dev/
H A Dpbc_to_exe.winxed248 if (! outfh)
251 outfh.print(C_HEADER);
267 outfh.print(C_MAIN);
291 outfh.print(name);
429 outfh.print(',');
438 outfh.print(size);
439 outfh.print(";\n");
495 outfh.print(size);
496 outfh.print(";\n");
563 outfh.print(pbc_size);
[all …]
/dports/multimedia/p5-FLV-Info/FLV-Info-0.24/lib/FLV/
H A DUtil.pm84 my $outfh;
87 $outfh = $outfile;
91 $outfh = \*STDOUT;
93 elsif (!open $outfh, '>', $outfile)
95 $outfh = undef;
97 if ($outfh)
99 binmode $outfh;
101 return $outfh;
/dports/devel/p5-Pod-Tests/Pod-Tests-1.20/script/
H A Dpod2test43 my($infh,$outfh);
66 $outfh = Symbol::gensym();
67 open($outfh, ">$outfile") or
70 $outfh = \*STDOUT;
75 print $outfh <<"TEST";
81 print $outfh sprintf <<'TEST', $original_file;
117 print $outfh "$test\n";
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/emoji/
H A Dupdate_emoji.pl36 my $outfh = $tempfile->openw();
37 $outfh->print("
85 $outfh->print("emoji_flags[$zsh_flag_country]=\$'$zsh_code'\n");
87 $outfh->print("emoji[$omz_name]=\$'$zsh_code'\n");
92 $outfh->print("emoji_mod[$omz_name]=\$'$zsh_code'\n");
99 $outfh->print("\n");
100 $outfh->close();
/dports/textproc/c2man/c2man-2.0.42/amiga/
H A Dsortad.c124 BPTR outfh = NULL; in main() local
139 outfh = Output(); in main()
141 outfh = Open((STRPTR) para[ARG_TO],MODE_NEWFILE); in main()
143 if(outfh) in main()
210 FPuts(outfh,"TABLE OF CONTENTS\n\n"); in main()
216 FPrintf(outfh,"%s\n",ad->ad_Node.ln_Name); in main()
219 FPutC(outfh,'\f'); in main()
227 FPrintf(outfh,tmpname,ad->ad_Node.ln_Name," ",ad->ad_Node.ln_Name); in main()
228 Flush(outfh); in main()
231 Write(outfh,buf,len); in main()
[all …]
/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D533-randr15.t35 my ($outfh, $outname) = tempfile('i3-randr15reply-XXXXXX', UNLINK => 1);
69 print $outfh $reply;
70 print $outfh $monitor1;
72 close($outfh);
76 ($outfh, my $outname_moninfo) = tempfile('i3-randr15reply-XXXXXX', UNLINK => 1);
88 print $outfh $moninfo;
89 close($outfh);
/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D533-randr15.t35 my ($outfh, $outname) = tempfile('i3-randr15reply-XXXXXX', UNLINK => 1);
69 print $outfh $reply;
70 print $outfh $monitor1;
72 close($outfh);
76 ($outfh, my $outname_moninfo) = tempfile('i3-randr15reply-XXXXXX', UNLINK => 1);
88 print $outfh $moninfo;
89 close($outfh);
/dports/archivers/libmspack/libmspack-0.10.1alpha/mspack/
H A Doabd.c109 struct mspack_file *outfh = NULL; in oabd_decompress() local
142 outfh = sys->open(sys, output, MSPACK_SYS_OPEN_WRITE); in oabd_decompress()
143 if (!outfh) { in oabd_decompress()
162 out_ofh.orig_file = outfh; in oabd_decompress()
227 if (outfh) sys->close(outfh); in oabd_decompress()
242 struct mspack_file *outfh = NULL; in oabd_decompress_incremental() local
285 outfh = sys->open(sys, output, MSPACK_SYS_OPEN_WRITE); in oabd_decompress_incremental()
286 if (!outfh) { in oabd_decompress_incremental()
305 out_ofh.orig_file = outfh; in oabd_decompress_incremental()
367 if (outfh) sys->close(outfh); in oabd_decompress_incremental()
[all …]
/dports/security/clamav/clamav-0.104.2/libclammspack/mspack/
H A Doabd.c109 struct mspack_file *outfh = NULL; in oabd_decompress() local
142 outfh = sys->open(sys, output, MSPACK_SYS_OPEN_WRITE); in oabd_decompress()
143 if (!outfh) { in oabd_decompress()
162 out_ofh.orig_file = outfh; in oabd_decompress()
227 if (outfh) sys->close(outfh); in oabd_decompress()
242 struct mspack_file *outfh = NULL; in oabd_decompress_incremental() local
285 outfh = sys->open(sys, output, MSPACK_SYS_OPEN_WRITE); in oabd_decompress_incremental()
286 if (!outfh) { in oabd_decompress_incremental()
305 out_ofh.orig_file = outfh; in oabd_decompress_incremental()
367 if (outfh) sys->close(outfh); in oabd_decompress_incremental()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclammspack/mspack/
H A Doabd.c109 struct mspack_file *outfh = NULL; in oabd_decompress() local
142 outfh = sys->open(sys, output, MSPACK_SYS_OPEN_WRITE); in oabd_decompress()
143 if (!outfh) { in oabd_decompress()
162 out_ofh.orig_file = outfh; in oabd_decompress()
227 if (outfh) sys->close(outfh); in oabd_decompress()
242 struct mspack_file *outfh = NULL; in oabd_decompress_incremental() local
285 outfh = sys->open(sys, output, MSPACK_SYS_OPEN_WRITE); in oabd_decompress_incremental()
286 if (!outfh) { in oabd_decompress_incremental()
305 out_ofh.orig_file = outfh; in oabd_decompress_incremental()
367 if (outfh) sys->close(outfh); in oabd_decompress_incremental()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/efi/
H A Dimport.pl42 open my $outfh, "<$outfile" or die "Could not open $outfile: $!\n";
43 my $line = <$outfh>;
44 close $outfh;
59 open my $outfh, ">$outfile" or die "Could not open $outfile: $!\n";
79 print $outfh "$_\n";
84 print $outfh "\nFILE_LICENCE ( $licence );\n" if $licence;
92 close $outfh;

12345678910