Searched refs:opt_output (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/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";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/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";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/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";

Completed in 80 milliseconds