Searched refs:ctf_strdup (Results 1 – 4 of 4) sorted by relevance
121 ctf_strdup(const char *s1) in ctf_strdup() function
320 extern char *ctf_strdup(const char *);
690 fp->ctf_data.cts_name = ctf_strdup(fp->ctf_data.cts_name); in ctf_bufopen()692 fp->ctf_symtab.cts_name = ctf_strdup(fp->ctf_symtab.cts_name); in ctf_bufopen()694 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()
544 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_generic()896 if ((s = ctf_strdup(name)) == NULL) { in ctf_add_enumerator()957 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_member()1055 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in membadd()