HomeSort by relevance Sort by last modified time
    Searched refs:opt_output (Results 1 - 2 of 2) sorted by null

  /external/grub/docs/
help2man 61 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";
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 73 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 101 milliseconds