Searched refs:vasprintf (Results 1 - 25 of 35) sorted by relevance

12

/haiku-buildtools/binutils/libiberty/
H A Dasprintf.c52 status = vasprintf (buf, fmt, ap);
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, @
79 vasprintf (char **result, const char *format, function
96 vasprintf (&result, format, args);
H A Dmakefile.vms12 asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
H A Dvsnprintf.c58 /* This implementation relies on a working vasprintf. */
63 int result = vasprintf (&buf, format, ap);
H A DMakefile.in160 vasprintf.c vfork.c vfprintf.c vprintf.c vprintf-support.c \
229 ./vasprintf.$(objext) ./vfork.$(objext) ./vfprintf.$(objext) \
1559 ./vasprintf.$(objext): $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
1562 $(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
1565 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vasprintf.c -o noasan/$@; \
1567 $(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/libiberty/
H A Dasprintf.c52 status = vasprintf (buf, fmt, ap);
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, @
79 vasprintf (char **result, const char *format, function
96 vasprintf (&result, format, args);
H A Dmakefile.vms12 asprintf.obj vasprintf.obj,mkstemps.obj,filename_cmp.obj,\
H A Dvsnprintf.c58 /* This implementation relies on a working vasprintf. */
63 int result = vasprintf (&buf, format, ap);
H A DMakefile.in158 vasprintf.c vfork.c vfprintf.c vprintf.c vprintf-support.c \
226 ./vasprintf.$(objext) ./vfork.$(objext) ./vfprintf.$(objext) \
1547 ./vasprintf.$(objext): $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
1550 $(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
1553 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vasprintf.c -o noasan/$@; \
1555 $(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dasprintf.c53 status = vasprintf (buf, fmt, ap);
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, const char *@var{format}, va_list @var{args})
152 vasprintf (char **result, const char *format, function
169 vasprintf (&result, format, args);
H A Dvsnprintf.c55 /* This implementation relies on a working vasprintf. */
60 int result = vasprintf (&buf, format, ap);
H A DMakefile.in157 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
205 ./vasprintf.o ./vfork.o ./vfprintf.o ./vprintf.o ./vsnprintf.o \
1082 ./vasprintf.o: $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
1085 $(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
1087 $(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
/haiku-buildtools/binutils/gold/
H A Dnacl.cc40 if (vasprintf(&buf, format, args) < 0)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dasprintf.c54 status = vasprintf (buf, fmt, ap);
H A Dvasprintf.c121 vasprintf (result, format, args) function
153 vasprintf (&result, format, args);
H A DMakefile.in131 tmpnam.c vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c \
H A Dconfigure1178 funcs="$funcs vasprintf"
1413 for ac_func in strtoul tmpnam vasprintf vfprintf vprintf vsprintf waitpid
1611 LIBOBJS="asprintf.o basename.o insque.o random.o strdup.o vasprintf.o"
1615 asprintf | basename | insque | random | strdup | vasprintf)
1657 LIBOBJS="$LIBOBJS strncasecmp.o strdup.o vfork.o waitpid.o vasprintf.o"
1662 strncasecmp | strdup | vfork | waitpid | vasprintf)
/haiku-buildtools/gcc/gmp/printf/
H A DMakefile.am29 vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvasprintf.c71 weak_alias (_IO_vasprintf, vasprintf)
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h574 extern int vasprintf (char **, const char *, va_list) ATTRIBUTE_PRINTF(2,0);
/haiku-buildtools/gcc/include/
H A Dlibiberty.h640 extern int vasprintf (char **, const char *, va_list) ATTRIBUTE_PRINTF(2,0);
643 /* Like vasprintf but allocates memory without fail. This works like
/haiku-buildtools/binutils/include/
H A Dlibiberty.h651 extern int vasprintf (char **, const char *, va_list) ATTRIBUTE_PRINTF(2,0);
654 /* Like vasprintf but allocates memory without fail. This works like
/haiku-buildtools/gcc/gcc/
H A Dsel-sched-dump.c675 if (vasprintf (&message, fmt, ap) >= 0 && message != NULL)

Completed in 172 milliseconds

12