Searched refs:newp (Results 1 – 1 of 1) sorted by relevance
48 struct temp_name_list *newp in add_temp_file() local49 = (struct temp_name_list *) xcalloc (sizeof (*newp), 1); in add_temp_file()53 newp->name = newname; in add_temp_file()54 newp->next = temp_name_list; in add_temp_file()55 newp->owner = getpid (); in add_temp_file()56 temp_name_list = newp; in add_temp_file()59 free (newp); in add_temp_file()
Completed in 4 milliseconds