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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 108 my $g_rm_surrounding_spaces_regex = '^\s+|\s+$';
8466 $value =~ s/$g_rm_surrounding_spaces_regex//g;
16279 $list_with_metrics =~ s/$g_rm_surrounding_spaces_regex//g;
16304 $reduced_line =~ s/$g_rm_surrounding_spaces_regex//g;
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 108 my $g_rm_surrounding_spaces_regex = '^\s+|\s+$';
8466 $value =~ s/$g_rm_surrounding_spaces_regex//g;
16279 $list_with_metrics =~ s/$g_rm_surrounding_spaces_regex//g;
16304 $reduced_line =~ s/$g_rm_surrounding_spaces_regex//g;

Completed in 50 milliseconds