Searched refs:xvasprintf (Results 1 – 7 of 7) sorted by relevance
47 buf = xvasprintf (fmt, ap); in xasprintf()
49 xvasprintf (const char *format, in xvasprintf() function
163 xstrerror.c xstrndup.c xvasprintf.c197 ./xvasprintf.$(objext)1701 ./xvasprintf.$(objext): $(srcdir)/xvasprintf.c config.h $(INCDIR)/ansidecl.h \1704 $(COMPILE.c) $(PICFLAG) $(srcdir)/xvasprintf.c -o pic/$@; \1707 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xvasprintf.c -o noasan/$@; \1709 $(COMPILE.c) $(srcdir)/xvasprintf.c $(OUTPUT_OPTION)
2034 @c xvasprintf.c:382035 @deftypefn Replacement char* xvasprintf (const char *@var{format}, va_list @var{args})2037 Print to allocated string without fail. If @code{xvasprintf} fails,
298 * xvasprintf.c: New file.301 * Makefile.in (CFILES): Add vprintf-support.c, xvasprintf.c.302 (REQUIRED_OFILES): Add vprintf-support.$(objext), xvasprintf.$(objext).303 (vprintf-support.$(objext), xvasprintf.$(objext)): New targets.
646 extern char *xvasprintf (const char *, va_list) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF(1,0);
218 * libiberty.h (xvasprintf): Declare.