Home
last modified time | relevance | path

Searched refs:opt_output (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/sysutils/rdup/rdup-1.1.15/
H A Drdup-tr.c89 if (opt_output != O_RDUP) { in tmpclean()
131 if (opt_output == O_RDUP) { in stdin2archive()
139 switch (opt_output) { in stdin2archive()
156 o_fmt[opt_output]); in stdin2archive()
288 if (opt_output == O_RDUP) in stdin2archive()
331 if (opt_output == O_RDUP) in stdin2archive()
449 opt_output = O_NONE; in main()
452 opt_output = O_TAR; in main()
454 opt_output = O_CPIO; in main()
456 opt_output = O_PAX; in main()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.geomorphon/
H A Dmain.c81 *opt_output[io_size], in main() local
116 opt_output[i]->key = rasters[i].name; in main()
117 opt_output[i]->required = NO; in main()
194 if (opt_output[i]->answer) { in main()
323 if (opt_output[i]->answer) { in main()
464 if (opt_output[i]->answer) in main()
473 if (opt_output[i]->answer) { in main()
481 if (opt_output[o_forms]->answer) in main()
483 if (opt_output[o_intensity]->answer) in main()
485 if (opt_output[o_exposition]->answer) in main()
[all …]
/dports/databases/grass7/grass-7.8.6/scripts/r.in.wms/
H A Dwms_base.py451 def __init__(self, opt_output, cleanup_bands): argument
457 self.opt_output = opt_output
466 rast = self.opt_output + suffix
495 rast = self.opt_output + '.alpha'
501 rast = self.opt_output + suffix
546 region_map = self.opt_output + '.red'
548 region_map = self.opt_output
578 rast = self.opt_output + suffix
589 red=self.opt_output + '.red',
591 blue=self.opt_output + '.blue',
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/filter/
H A Dtv_cat79 my ($opt_help, $opt_output, $opt_utf8);
80 GetOptions('help' => \$opt_help, 'output=s' => \$opt_output, 'utf8' => \$opt_utf8) or usage(0);
85 if (defined $opt_output) {
86 my $fh = new IO::File ">$opt_output";
87 die "cannot write to $opt_output\n" if not $fh;
H A Dtv_to_text69 my ($opt_help, $opt_output, $opt_withdesc);
70 GetOptions('help' => \$opt_help, 'output=s' => \$opt_output, 'with-desc' => \$opt_withdesc) or usag…
73 if (defined $opt_output) {
74 open(STDOUT, ">$opt_output")
75 or die "cannot write to $opt_output: $!";
H A Dtv_augment95 $opt_output,
107 'o|output=s' => \$opt_output,
138 if (defined $opt_output) {
139 my $fh = new IO::File ">$opt_output";
140 die "cannot write to $opt_output\n" if not $fh;
H A Dtv_split78 my ($opt_help, $opt_output);
79 GetOptions('help' => \$opt_help, 'output=s' => \$opt_output) or usage(0);
81 usage(1) if not defined $opt_output;
87 my $by_channel = ($opt_output =~ /%channel/);
117 my $filename = $opt_output;
H A Dtv_to_latex87 my ($opt_help, $opt_output, $opt_withdesc);
88 GetOptions('help' => \$opt_help, 'output=s' => \$opt_output, 'with-desc' => \$opt_withdesc) or usag…
91 if (defined $opt_output) {
92 open(STDOUT, ">$opt_output")
93 or die "cannot write to $opt_output: $!";
/dports/net-mgmt/sendip/sendip-2.5/
H A Dhelp2man71 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
80 'o|output=s' => \$opt_output,
188 if ($opt_output)
190 unlink $opt_output
191 or die "$this_program: can't unlink $opt_output ($!)\n"
192 if -e $opt_output;
194 open STDOUT, ">$opt_output"
195 or die "$this_program: can't create $opt_output ($!)\n";
/dports/converters/recode/Recode-3.6/doc/
H A Dhelp2man61 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
70 'o|output=s' => \$opt_output,
174 if ($opt_output)
176 unlink $opt_output
177 or die "$this_program: can't unlink $opt_output ($!)\n"
178 if -e $opt_output;
180 open STDOUT, ">$opt_output"
181 or die "$this_program: can't create $opt_output ($!)\n";
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/config/
H A Dhelp2man73 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info);
82 'o|output=s' => \$opt_output,
202 if ($opt_output)
204 unlink $opt_output
205 or die "$this_program: can't unlink $opt_output ($!)\n"
206 if -e $opt_output;
208 open STDOUT, ">$opt_output"
209 or die "$this_program: can't create $opt_output ($!)\n";
/dports/databases/namazu2/namazu-2.0.21/man/
H A Dhelp2man61 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
67 'o|output=s' => \$opt_output,
187 if ($opt_output)
189 unlink $opt_output
190 or die "$this_program: can't unlink $opt_output ($!)\n"
191 if -e $opt_output;
193 open STDOUT, ">$opt_output"
194 or die "$this_program: can't create $opt_output ($!)\n";
/dports/math/R/R-4.1.2/tools/
H A Dhelp2man.pl57 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
66 'o|output=s' => \$opt_output,
170 if ($opt_output)
172 unlink $opt_output
173 or die "$this_program: can't unlink $opt_output ($!)\n"
174 if -e $opt_output;
176 open STDOUT, ">$opt_output"
177 or die "$this_program: can't create $opt_output ($!)\n";
/dports/math/libRmath/R-4.1.1/tools/
H A Dhelp2man.pl57 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
66 'o|output=s' => \$opt_output,
170 if ($opt_output)
172 unlink $opt_output
173 or die "$this_program: can't unlink $opt_output ($!)\n"
174 if -e $opt_output;
176 open STDOUT, ">$opt_output"
177 or die "$this_program: can't create $opt_output ($!)\n";
/dports/devel/gperf/gperf-3.1/doc/
H A Dhelp2man60 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
69 'o|output=s' => \$opt_output,
173 if ($opt_output)
175 unlink $opt_output
176 or die "$this_program: can't unlink $opt_output ($!)\n"
177 if -e $opt_output;
179 open STDOUT, ">$opt_output"
180 or die "$this_program: can't create $opt_output ($!)\n";
/dports/lang/smalltalk/smalltalk-3.2.5/build-aux/
H A Dhelp2man73 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info);
82 'o|output=s' => \$opt_output,
202 if ($opt_output)
204 unlink $opt_output
205 or die "$this_program: can't unlink $opt_output ($!)\n"
206 if -e $opt_output;
208 open STDOUT, ">$opt_output"
209 or die "$this_program: can't create $opt_output ($!)\n";
/dports/textproc/gsed/sed-4.8/build-aux/
H A Dhelp2man72 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info);
81 'o|output=s' => \$opt_output,
201 if ($opt_output)
203 unlink $opt_output
204 or die "$this_program: can't unlink $opt_output ($!)\n"
205 if -e $opt_output;
207 open STDOUT, ">$opt_output"
208 or die "$this_program: can't create $opt_output ($!)\n";
/dports/editors/ssed/sed-3.62/config/
H A Dhelp2man73 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info);
82 'o|output=s' => \$opt_output,
202 if ($opt_output)
204 unlink $opt_output
205 or die "$this_program: can't unlink $opt_output ($!)\n"
206 if -e $opt_output;
208 open STDOUT, ">$opt_output"
209 or die "$this_program: can't create $opt_output ($!)\n";
/dports/net-mgmt/routers2-extensions/routers2-v2.23/extras/
H A Drrdmerge.pl49 $opt_rows,$opt_output,$opt_help,$opt_libpath,$opt_version);
304 'output|o=s'=>\$opt_output,
321 $opt_output = "output" if(!$opt_output);
322 $opt_output .= ".xml" if(!$opt_rrd and $opt_output !~ /\.xml$/);
323 $opt_output .= ".rrd" if($opt_rrd and $opt_output !~ /\.rrd$/);
324 print "Processing output to file $opt_output\n" if(!$opt_quiet);
513 open XML, ">$opt_output".($opt_rrd?".xml":"") or do {
599 $rv = RRDs::restore( $opt_output.".xml",$opt_output );
601 print "Build of RRD file failed. XML is in ${opt_output}.xml\n";
604 unlink $opt_output.".xml";
/dports/net-mgmt/routers2/routers2-v2.23/extras/
H A Drrdmerge.pl49 $opt_rows,$opt_output,$opt_help,$opt_libpath,$opt_version);
304 'output|o=s'=>\$opt_output,
321 $opt_output = "output" if(!$opt_output);
322 $opt_output .= ".xml" if(!$opt_rrd and $opt_output !~ /\.xml$/);
323 $opt_output .= ".rrd" if($opt_rrd and $opt_output !~ /\.rrd$/);
324 print "Processing output to file $opt_output\n" if(!$opt_quiet);
513 open XML, ">$opt_output".($opt_rrd?".xml":"") or do {
599 $rv = RRDs::restore( $opt_output.".xml",$opt_output );
601 print "Build of RRD file failed. XML is in ${opt_output}.xml\n";
604 unlink $opt_output.".xml";
/dports/net-mgmt/routers2-extras/routers2-v2.23/extras/
H A Drrdmerge.pl49 $opt_rows,$opt_output,$opt_help,$opt_libpath,$opt_version);
304 'output|o=s'=>\$opt_output,
321 $opt_output = "output" if(!$opt_output);
322 $opt_output .= ".xml" if(!$opt_rrd and $opt_output !~ /\.xml$/);
323 $opt_output .= ".rrd" if($opt_rrd and $opt_output !~ /\.rrd$/);
324 print "Processing output to file $opt_output\n" if(!$opt_quiet);
513 open XML, ">$opt_output".($opt_rrd?".xml":"") or do {
599 $rv = RRDs::restore( $opt_output.".xml",$opt_output );
601 print "Build of RRD file failed. XML is in ${opt_output}.xml\n";
604 unlink $opt_output.".xml";
/dports/net/samba412/samba-4.12.15/source4/build/pasn1/
H A Dpasn1.pl22 my($opt_output);
58 'output|o=s' => \$opt_output,
74 if (!defined($opt_output)) {
77 $output_file = $opt_output;
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/build/pasn1/
H A Dpasn1.pl22 my($opt_output);
58 'output|o=s' => \$opt_output,
74 if (!defined($opt_output)) {
77 $output_file = $opt_output;
/dports/textproc/diffutils/diffutils-3.8/man/
H A Dhelp2man94 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info, $opt_libtool,
105 'o|output=s' => \$opt_output,
227 if ($opt_output)
229 unlink $opt_output or kark N_("%s: can't unlink %s (%s)"),
230 $this_program, $opt_output, $! if -e $opt_output;
232 open STDOUT, ">$opt_output"
233 or kark N_("%s: can't create %s (%s)"), $this_program, $opt_output, $!;
629 $opt_output || 'stdout', $!;
/dports/sysutils/busybox/busybox-1.26.2/mailutils/
H A Dmakemime.c177 const char *opt_output; in makemime_main() local
179 #define boundary opt_output in makemime_main()
196 &content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL in makemime_main()
203 freopen(opt_output, "w", stdout); in makemime_main()

1234567891011