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

  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 1571 char *html_name, *directory_part, *basename_part, *temp;
1584 html_name = xmalloc (strlen (directory_part)
1586 strcpy (html_name, directory_part);
1587 strcat (html_name, basename_part);
1588 strcat (html_name, html ? ".html" : ".xml");
1592 output_filename = html_name;
1566 char *html_name, *directory_part, *basename_part, *temp; local
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 6820 my $html_name;
6838 $html_name = $label . $spaces . "<i>" . $color_function_name . "</i>";
6846 $html_name = "<i>" . $spaces . $color_function_name . "</i>";
6848 push (@modified_html, $html_name);
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 6820 my $html_name;
6838 $html_name = $label . $spaces . "<i>" . $color_function_name . "</i>";
6846 $html_name = "<i>" . $spaces . $color_function_name . "</i>";
6848 push (@modified_html, $html_name);

Completed in 53 milliseconds