Home
last modified time | relevance | path

Searched refs:xvasprintf (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dxasprintf.c47 buf = xvasprintf (fmt, ap); in xasprintf()
Dxvasprintf.c49 xvasprintf (const char *format, in xvasprintf() function
DMakefile.in163 xstrerror.c xstrndup.c xvasprintf.c
197 ./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)
Dfunctions.texi2034 @c xvasprintf.c:38
2035 @deftypefn Replacement char* xvasprintf (const char *@var{format}, va_list @var{args})
2037 Print to allocated string without fail. If @code{xvasprintf} fails,
DChangeLog298 * 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.
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h646 extern char *xvasprintf (const char *, va_list) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF(1,0);
DChangeLog-0415218 * libiberty.h (xvasprintf): Declare.