Home
last modified time | relevance | path

Searched refs:dyn_string_append (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/binutils/include/
H A Ddyn-string.h56 extern int dyn_string_append (dyn_string_t, dyn_string_t);
/freebsd-12.1/contrib/gcclibs/include/
H A Ddyn-string.h56 extern int dyn_string_append (dyn_string_t, dyn_string_t);
H A DChangeLog-9103865 dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
870 dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
/freebsd-12.1/contrib/gdb/include/
H A Ddyn-string.h58 extern int dyn_string_append PARAMS ((dyn_string_t, dyn_string_t));
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Ddyn-string.c312 dyn_string_append (dyn_string_t dest, dyn_string_t s) in dyn_string_append() function
H A DChangeLog784 dyn_string_append, dyn_string_append_cstr,
3415 Handle failure in dyn_string_append.
3450 (dyn_string_append): Likewise.
/freebsd-12.1/contrib/binutils/libiberty/
H A Ddyn-string.c312 dyn_string_append (dyn_string_t dest, dyn_string_t s) in dyn_string_append() function
H A DChangeLog982 dyn_string_append, dyn_string_append_cstr,
3613 Handle failure in dyn_string_append.
3648 (dyn_string_append): Likewise.
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog196 (ASM_NAME_TO_STRING): Use dyn_string_append, rather than strcpy.
198 prototype. Use dyn_string_append rather than strcat, throughout.
H A DChangeLog-19988100 (ASM_NAME_TO_STRING): Use dyn_string_append, rather than strcpy.
8102 prototype. Use dyn_string_append rather than strcat, throughout.
H A DChangeLog-199920990 * dyn-string.c (dyn_string_append): Likewise.
20992 * dyn-string.h (dyn_string_append): Likewise.
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-00011434 * dllwrap.c: Changed mistaken dyn_string_append() calls
H A DChangeLog-02031060 dyn_string_append with dyn_string_append_cstr.