Searched refs:str_dup (Results 1 – 2 of 2) sorted by relevance
306 char *str_dup = (char*) xmalloc (len); in read_gcda_file() local308 memcpy (str_dup, filename, len); in read_gcda_file()309 obj_info->filename = str_dup; in read_gcda_file()
304 char *str_dup = (char*) xmalloc (len); in read_gcda_file() local306 memcpy (str_dup, filename, len); in read_gcda_file()307 obj_info->filename = str_dup; in read_gcda_file()