Searched refs:ctf_strdup (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_util.c | 124 ctf_strdup(const char *s1) in ctf_strdup() function
|
H A D | ctf_open.c | 694 fp->ctf_data.cts_name = ctf_strdup(fp->ctf_data.cts_name); in ctf_bufopen() 696 fp->ctf_symtab.cts_name = ctf_strdup(fp->ctf_symtab.cts_name); in ctf_bufopen() 698 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()
|
H A D | ctf_impl.h | 324 extern char *ctf_strdup(const char *);
|
H A D | ctf_create.c | 628 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_generic() 1032 if ((s = ctf_strdup(name)) == NULL) { in ctf_add_enumerator() 1093 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in ctf_add_member() 1230 if (name != NULL && (s = ctf_strdup(name)) == NULL) { in membadd()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1049 (ctf_strdup): Likewise. 1052 * ctf-util.c (ctf_strdup): Remove. 1055 ctf_free; strdup, not ctf_strdup. 1070 ctf_free; strdup, not ctf_strdup. 1081 free, not ctf_free; strdup, not ctf_strdup.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ChangeLog-2020 | 1049 (ctf_strdup): Likewise. 1052 * ctf-util.c (ctf_strdup): Remove. 1055 ctf_free; strdup, not ctf_strdup. 1070 ctf_free; strdup, not ctf_strdup. 1081 free, not ctf_free; strdup, not ctf_strdup.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ChangeLog-2020 | 1049 (ctf_strdup): Likewise. 1052 * ctf-util.c (ctf_strdup): Remove. 1055 ctf_free; strdup, not ctf_strdup. 1070 ctf_free; strdup, not ctf_strdup. 1081 free, not ctf_free; strdup, not ctf_strdup.
|