HomeSort by: relevance | last modified time | path
    Searched refs:opt_output (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/man/
help2man 61 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";
  /src/external/gpl2/gettext/dist/gettext-tools/man/
help2man 61 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";
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 10927 my @opt_output = ();
11031 "output|o=s" => \@opt_output,
11188 if (@opt_output)
11194 my ($valid_ref) = extract_option_value (\@opt_output,
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 10927 my @opt_output = ();
11031 "output|o=s" => \@opt_output,
11188 if (@opt_output)
11194 my ($valid_ref) = extract_option_value (\@opt_output,

Completed in 48 milliseconds