Searched refs:html_name (Results 1 – 1 of 1) sorted by relevance
1566 char *html_name, *directory_part, *basename_part, *temp; in convert_from_loaded_file() local1579 html_name = xmalloc (strlen (directory_part) in convert_from_loaded_file()1581 strcpy (html_name, directory_part); in convert_from_loaded_file()1582 strcat (html_name, basename_part); in convert_from_loaded_file()1583 strcat (html_name, html ? ".html" : ".xml"); in convert_from_loaded_file()1587 output_filename = html_name; in convert_from_loaded_file()