Searched refs:temp_name_list (Results 1 – 4 of 4) sorted by relevance
37 static struct temp_name_list struct39 struct temp_name_list *next; argument43 } *temp_name_list; argument57 struct temp_name_list *newp in add_temp_file_internal()58 = (struct temp_name_list *) xcalloc (sizeof (*newp), 1); in add_temp_file_internal()63 newp->next = temp_name_list; in add_temp_file_internal()66 temp_name_list = newp; in add_temp_file_internal()250 while (temp_name_list != NULL) in support_delete_temp_files()256 if (temp_name_list->owner == pid) in support_delete_temp_files()258 if (temp_name_list->toolong) in support_delete_temp_files()[all …]
8645 * test-skeleton.c: Use temp_name_list instead of name_list to
788 (temp_name_list): Modified.
5877 * support/temp_file.c (struct temp_name_list): Add owner member.5899 * support/temp_file.c (struct temp_name_list): Replace q member38375 * test-skeleton.c (struct temp_name_list): Change type of name