Home
last modified time | relevance | path

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

/dragonfly/contrib/ee/
HDee.c2074 struct files *temp_names = NULL; local
2137 temp_names = top_of_stack = name_alloc();
2141 temp_names->next_name = name_alloc();
2142 temp_names = temp_names->next_name;
2144 ptr = temp_names->name = malloc(strlen(buff) + 1);
2152 temp_names->next_name = NULL;
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1957 } *temp_names; variable
5513 for (t = temp_names; t; t = t->next) in do_spec_1()
5526 t->next = temp_names; in do_spec_1()
5527 temp_names = t; in do_spec_1()
10175 temp_names = NULL; in finalize()
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1575 } *temp_names; variable
4844 for (t = temp_names; t; t = t->next) in do_spec_1()
4857 t->next = temp_names; in do_spec_1()
4858 temp_names = t; in do_spec_1()