Home
last modified time | relevance | path

Searched refs:temp_names (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ee/
Dee.c2070 struct files *temp_names = NULL; local
2133 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;
/freebsd-10-stable/contrib/gcc/
Dgcc.c1916 } *temp_names; variable
4985 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()
DChangeLog-199815066 (temp_names): Define only #ifdef MKTEMP_EACH_FILE.