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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 2550 my $plural_or_single = ($no_of_invalid_dirs == 1) ?
2553 $msg = $plural_or_single . " not valid";
11558 my $plural_or_single;
11561 $plural_or_single = ($g_total_error_count > 1) ? "errors have" : "error has";
11583 $msg .= " fatal " . $plural_or_single . " been detected:";
14531 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error";
14533 $msg .= " " . $plural_or_single . " in the configuration file:";
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 2550 my $plural_or_single = ($no_of_invalid_dirs == 1) ?
2553 $msg = $plural_or_single . " not valid";
11558 my $plural_or_single;
11561 $plural_or_single = ($g_total_error_count > 1) ? "errors have" : "error has";
11583 $msg .= " fatal " . $plural_or_single . " been detected:";
14531 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error";
14533 $msg .= " " . $plural_or_single . " in the configuration file:";

Completed in 47 milliseconds