Home
last modified time | relevance | path

Searched refs:ctf_strdup (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c275 dup = ctf_strdup(label); in ctf_convert_set_label()
304 ccf->ccf_basename = ctf_strdup(basename); in ctf_convert_add_ignore()
H A Dctf_merge.c1065 dup = ctf_strdup(label); in ctf_merge_label()
1260 dup = ctf_strdup(pname); in ctf_merge_uniquify()
H A Dctf_dwarf.c612 if ((*strp = ctf_strdup(s)) == NULL) in ctf_dwarf_string()
957 *namep = ctf_strdup(name); in ctf_dwarf_fixup_complex()
1127 *newnamep = ctf_strdup(buf); in ctf_dwarf_parse_int()
/illumos-gate/usr/src/common/ctf/
H A Dctf_util.c141 ctf_strdup(const char *s1) in ctf_strdup() function
H A Dctf_impl.h314 extern char *ctf_strdup(const char *);
H A Dctf_open.c695 fp->ctf_data.cts_name = ctf_strdup(fp->ctf_data.cts_name); in ctf_bufopen()
697 fp->ctf_symtab.cts_name = ctf_strdup(fp->ctf_symtab.cts_name); in ctf_bufopen()
699 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()
H A Dctf_create.c971 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_generic()
1423 if ((s = ctf_strdup(name)) == NULL) { in ctf_add_enumerator()
1526 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_member()
1665 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in membadd()
2139 if ((dld->dld_name = ctf_strdup(name)) == NULL) { in ctf_add_label()