Searched refs:xasprintf (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dxasprintf.c1 /* Implement the xasprintf function.
31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...)
33 Print to allocated string without fail. If @code{xasprintf} fails,
42 xasprintf (const char *fmt, ...) function
H A DMakefile.in163 xasprintf.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c \
196 ./xasprintf.$(objext) ./xatexit.$(objext) ./xexit.$(objext) \
1634 ./xasprintf.$(objext): $(srcdir)/xasprintf.c config.h $(INCDIR)/ansidecl.h \
1637 $(COMPILE.c) $(PICFLAG) $(srcdir)/xasprintf.c -o pic/$@; \
1640 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xasprintf.c -o noasan/$@; \
1642 $(COMPILE.c) $(srcdir)/xasprintf.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/libiberty/
H A Dxasprintf.c1 /* Implement the xasprintf function.
31 @deftypefn Replacement char* xasprintf (const char *@var{format}, ...)
33 Print to allocated string without fail. If @code{xasprintf} fails,
42 xasprintf (const char *fmt, ...) function
H A DMakefile.in161 xasprintf.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c \
193 ./xasprintf.$(objext) ./xatexit.$(objext) ./xexit.$(objext) \
1622 ./xasprintf.$(objext): $(srcdir)/xasprintf.c config.h $(INCDIR)/ansidecl.h \
1625 $(COMPILE.c) $(PICFLAG) $(srcdir)/xasprintf.c -o pic/$@; \
1628 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xasprintf.c -o noasan/$@; \
1630 $(COMPILE.c) $(srcdir)/xasprintf.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/gcc/
H A Dgengtype-parse.c115 return xasprintf ("'%c'", code);
117 return xasprintf ("'%s'", token_names[code - CHAR_TOKEN_OFFSET]);
121 return xasprintf (token_value_format[code - FIRST_TOKEN_WITH_VALUE],
934 s = xasprintf ("anonymous:%s:%d",
1032 s = xasprintf ("anonymous:%s:%d",
H A Dgengtype.c1025 new_structure (xasprintf ("%s_%d", "fake_union", id++), TYPE_UNION,
1338 xasprintf (".fld[%lu].%s",
1362 sname = xasprintf ("rtx_def_%s", rtx_name[i]);
1713 xasprintf ("gtype-%s.h", lang_dir_names[i]));
1864 (langdir ? xasprintf ("gt-%s-%s", langdir, basename)
1865 : xasprintf ("gt-%s", basename));
2811 d->val = xasprintf ("x%d", d->counter++);
2863 d->val = newval = xasprintf ("%s[i%d]", oldval, loopcounter);
2922 d->val = newval = xasprintf ("%s[i%d]", oldval, loopcounter);
3121 d->val = newval = xasprintf ("
[all...]
H A Dtree-ssa-structalias.c5476 tempname = xasprintf ("%s.clobber", name);
5490 tempname = xasprintf ("%s.use", name);
5512 tempname = xasprintf ("%s.chain", name);
5540 tempname = xasprintf ("%s.result", name);
5570 tempname = xasprintf ("%s.arg%d", name, i);
5599 tempname = xasprintf ("%s.varargs", name);
5734 = xasprintf ("%s." HOST_WIDE_INT_PRINT_DEC
H A Dtarghooks.c1663 return xasprintf (_("created and used with differing settings of '%s'"),
H A Dtree-vect-data-refs.c4433 new_name = xasprintf ("%s_%u", name, SSA_NAME_VERSION (scalar_dest));
4435 new_name = xasprintf ("_%u", SSA_NAME_VERSION (scalar_dest));
H A Dfinal.c3450 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid));
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dmisc.c339 loc = xasprintf ("%s:%d:%d", xloc.file, xloc.line, xloc.column);
341 loc = xasprintf ("%s:%d", xloc.file, xloc.line);
/haiku-buildtools/gcc/include/
H A Dlibiberty.h634 extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
/haiku-buildtools/binutils/include/
H A Dlibiberty.h645 extern char *xasprintf (const char *, ...) ATTRIBUTE_MALLOC ATTRIBUTE_PRINTF_1;
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.c451 message = xasprintf ("At line %d of file %s", line,
455 message = xasprintf ("In file '%s', around line %d",
462 message = xasprintf ("%s", _(msgid));
H A Dtrans-array.c2814 msg = xasprintf ("Index '%%ld' of dimension %d of array '%s' "
2817 msg = xasprintf ("Index '%%ld' of dimension %d "
2839 msg = xasprintf ("Index '%%ld' of dimension %d of array '%s' "
2842 msg = xasprintf ("Index '%%ld' of dimension %d "
3308 msg = xasprintf ("Index '%%ld' of dimension %d of array '%s' "
3332 msg = xasprintf ("Index '%%ld' of dimension %d of array '%s' "
4031 msg = xasprintf ("Zero stride is not allowed, for dimension %d "
4089 msg = xasprintf ("Index '%%ld' of dimension %d of array '%s' "
4111 msg = xasprintf ("Index '%%ld' of dimension %d of array '%s' "
4143 msg = xasprintf ("Inde
[all...]
H A Dtrans-expr.c2151 msg = xasprintf ("Substring out of bounds: lower bound (%%ld) of '%s' "
2154 msg = xasprintf ("Substring out of bounds: lower bound (%%ld)"
2167 msg = xasprintf ("Substring out of bounds: upper bound (%%ld) of '%s' "
2170 msg = xasprintf ("Substring out of bounds: upper bound (%%ld) "
5375 msg = xasprintf ("Allocatable actual argument '%s' is not "
5380 msg = xasprintf ("Pointer actual argument '%s' is not "
5385 msg = xasprintf ("Proc-pointer actual argument '%s' is not "
5409 msg = xasprintf ("Allocatable actual argument '%s' is not "
5413 msg = xasprintf ("Pointer actual argument '%s' is not "
5417 msg = xasprintf ("Pro
[all...]
H A Dtrans-io.c272 message = xasprintf ("%s", _(msgid));
822 msg = xasprintf ("Label assigned to variable '%s' (%%ld) is not a format "
H A Dtrans-decl.c5892 msg = xasprintf ("Recursive call to nonrecursive procedure '%s'",

Completed in 315 milliseconds