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

/ndk/sources/host-tools/sed-4.2.1/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";

Completed in 68 milliseconds