Searched refs:ctf_dynparname (Results 1 – 2 of 2) sorted by relevance
1629 free (fp->ctf_dynparname); in ctf_file_close()1737 if (fp->ctf_dynparname != NULL) in ctf_parent_name_set()1738 free (fp->ctf_dynparname); in ctf_parent_name_set()1740 if ((fp->ctf_dynparname = strdup (name)) == NULL) in ctf_parent_name_set()1742 fp->ctf_parname = fp->ctf_dynparname; in ctf_parent_name_set()
276 char *ctf_dynparname; /* Dynamically allocated name of parent. */ member