Searched refs:xasprintf (Results 1 – 6 of 6) sorted by relevance
42 xasprintf (const char *fmt, ...) in xasprintf() function
162 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)
1926 @c xasprintf.c:311927 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...)1929 Print to allocated string without fail. If @code{xasprintf} fails,
288 * xasprintf.c: New file.289 * Makefile.in (CFILES): Add xasprintf.c.290 (REQUIRED_OFILES): Add xasprintf.$(objext).291 (xasprintf.$(objext)): New target.
634 extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
199 * libiberty.h (xasprintf): Declare.