Home
last modified time | relevance | path

Searched refs:xasprintf (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dxasprintf.c42 xasprintf (const char *fmt, ...) in xasprintf() function
DMakefile.in162 xasprintf.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c \
194 ./xasprintf.$(objext) ./xatexit.$(objext) ./xexit.$(objext) \
1621 ./xasprintf.$(objext): $(srcdir)/xasprintf.c config.h $(INCDIR)/ansidecl.h \
1624 $(COMPILE.c) $(PICFLAG) $(srcdir)/xasprintf.c -o pic/$@; \
1627 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xasprintf.c -o noasan/$@; \
1629 $(COMPILE.c) $(srcdir)/xasprintf.c $(OUTPUT_OPTION)
Dfunctions.texi1926 @c xasprintf.c:31
1927 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...)
1929 Print to allocated string without fail. If @code{xasprintf} fails,
DChangeLog288 * xasprintf.c: New file.
289 * Makefile.in (CFILES): Add xasprintf.c.
290 (REQUIRED_OFILES): Add xasprintf.$(objext).
291 (xasprintf.$(objext)): New target.
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h634 extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
DChangeLog-0415199 * libiberty.h (xasprintf): Declare.