Searched refs:temp_name_list (Results 1 – 1 of 1) sorted by relevance
66 struct temp_name_list struct70 } *temp_name_list; argument77 struct temp_name_list *newp in add_temp_file()78 = (struct temp_name_list *) calloc (sizeof (*newp), 1); in add_temp_file()82 if (temp_name_list == NULL) in add_temp_file()83 temp_name_list = (struct temp_name_list *) &newp->q; in add_temp_file()85 insque (newp, temp_name_list); in add_temp_file()93 while (temp_name_list != NULL) in delete_temp_files()95 remove (temp_name_list->name); in delete_temp_files()96 temp_name_list = (struct temp_name_list *) temp_name_list->q.q_forw; in delete_temp_files()
Completed in 4 milliseconds