Searched refs:temp_names (Results 1 – 3 of 3) sorted by relevance
2070 struct files *temp_names = NULL; local2133 temp_names = top_of_stack = name_alloc();2137 temp_names->next_name = name_alloc();2138 temp_names = temp_names->next_name;2140 ptr = temp_names->name = malloc(strlen(buff) + 1);2148 temp_names->next_name = NULL;
1916 } *temp_names; variable4985 for (t = temp_names; t; t = t->next) in do_spec_1()4998 t->next = temp_names; in do_spec_1()4999 temp_names = t; in do_spec_1()
15066 (temp_names): Define only #ifdef MKTEMP_EACH_FILE.