Searched refs:temp_name_list (Results 1 – 1 of 1) sorted by relevance
34 static struct temp_name_list struct36 struct temp_name_list *next; argument39 } *temp_name_list; argument48 struct temp_name_list *newp in add_temp_file()56 temp_name_list = newp; in add_temp_file()128 temp_name_list->name); in support_delete_temp_files()132 struct temp_name_list *next = temp_name_list->next; in support_delete_temp_files()133 free (temp_name_list); in support_delete_temp_files()134 temp_name_list = next; in support_delete_temp_files()141 if (temp_name_list != NULL) in support_print_temp_files()[all …]
Completed in 4 milliseconds