Home
last modified time | relevance | path

Searched refs:string_prependn (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dcplus-dem.c399 static void string_prependn (string *, const char *, int);
3073 string_prependn (declp, *mangled, n); in arm_special()
3501 string_prependn (&decl, *mangled, n); in do_type()
3519 string_prependn (&decl, temp.b, temp.p - temp.b); in do_type()
4681 string_prependn (p, s, strlen (s)); in string_prepend()
4690 string_prependn (p, s->b, s->p - s->b); in string_prepends()
4695 string_prependn (string *p, const char *s, int n) in string_prependn() function
H A DChangeLog716 string_appendn, string_prepend, string_prepends, string_prependn,