Searched refs:temp_func_name (Results 1 – 1 of 1) sorted by relevance
441 char *temp_func_name; in process_one_file() local443 temp_func_name = (char *)xmalloc (10 + strlen (func_name)); in process_one_file()444 strcpy (temp_func_name, "echo_area_"); in process_one_file()445 strcat (temp_func_name, func_name + 3); in process_one_file()447 func_name = temp_func_name; in process_one_file()