ctf_strdup
if ((s = ctf_strdup(name)) == NULL) {
if (name != NULL && *name != '\0' && (s = ctf_strdup(name)) == NULL) {
if (name != NULL && *name != '\0' && (s = ctf_strdup(name)) == NULL) {
if ((dld->dld_name = ctf_strdup(name)) == NULL) {
if (name != NULL && *name != '\0' && (s = ctf_strdup(name)) == NULL) {
extern char *ctf_strdup(const char *);
fp->ctf_data.cts_name = ctf_strdup(fp->ctf_data.cts_name);
fp->ctf_symtab.cts_name = ctf_strdup(fp->ctf_symtab.cts_name);
fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name);
dup = ctf_strdup(label);
ccf->ccf_basename = ctf_strdup(basename);
*newnamep = ctf_strdup(buf);
if ((*strp = ctf_strdup(s)) == NULL)
*namep = ctf_strdup(name);
dup = ctf_strdup(label);
dup = ctf_strdup(pname);