Searched refs:ctf_strdup (Results 1 – 4 of 4) sorted by relevance
121 ctf_strdup(const char *s1) in ctf_strdup() function
324 extern char *ctf_strdup(const char *);
691 fp->ctf_data.cts_name = ctf_strdup(fp->ctf_data.cts_name); in ctf_bufopen()693 fp->ctf_symtab.cts_name = ctf_strdup(fp->ctf_symtab.cts_name); in ctf_bufopen()695 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()
618 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_generic()1022 if ((s = ctf_strdup(name)) == NULL) { in ctf_add_enumerator()1083 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_member()1220 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in membadd()