Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/include/
Ddyn-string.h62 extern int dyn_string_append (dyn_string_t, dyn_string_t);
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,
/netbsd/src/external/gpl3/binutils/dist/include/
Ddyn-string.h62 extern int dyn_string_append (dyn_string_t, dyn_string_t);
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,
/netbsd/src/external/gpl3/gdb/dist/include/
Ddyn-string.h62 extern int dyn_string_append (dyn_string_t, dyn_string_t);
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,
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Ddyn-string.c312 dyn_string_append (dyn_string_t dest, dyn_string_t s) in dyn_string_append() function
DChangeLog4924 dyn_string_append, dyn_string_append_cstr,
7555 Handle failure in dyn_string_append.
7590 (dyn_string_append): Likewise.
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Ddyn-string.c312 dyn_string_append (dyn_string_t dest, dyn_string_t s) in dyn_string_append() function
DChangeLog4924 dyn_string_append, dyn_string_append_cstr,
7555 Handle failure in dyn_string_append.
7590 (dyn_string_append): Likewise.
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Ddyn-string.c312 dyn_string_append (dyn_string_t dest, dyn_string_t s) in dyn_string_append() function
DChangeLog4433 dyn_string_append, dyn_string_append_cstr,
7064 Handle failure in dyn_string_append.
7099 (dyn_string_append): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog196 (ASM_NAME_TO_STRING): Use dyn_string_append, rather than strcpy.
198 prototype. Use dyn_string_append rather than strcat, throughout.
DChangeLog-19988100 (ASM_NAME_TO_STRING): Use dyn_string_append, rather than strcpy.
8102 prototype. Use dyn_string_append rather than strcat, throughout.
DChangeLog-199920990 * dyn-string.c (dyn_string_append): Likewise.
20992 * dyn-string.h (dyn_string_append): Likewise.
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-00011434 * dllwrap.c: Changed mistaken dyn_string_append() calls
DChangeLog-02031060 dyn_string_append with dyn_string_append_cstr.