Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dvsprintf.c32 #undef vsprintf
37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
Dvasprintf.c147 return vsprintf (*result, format, args); in int_vasprintf()
DMakefile.in158 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
225 ./vprintf.$(objext) ./vsnprintf.$(objext) ./vsprintf.$(objext) \
1592 ./vsprintf.$(objext): $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h
1594 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
1597 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vsprintf.c -o noasan/$@; \
1599 $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
Dconfigure.ac382 funcs="$funcs vsprintf"
414 vasprintf vfprintf vprintf vsprintf \
527 vsprintf waitpid
Dconfig.in410 /* Define to 1 if you have the `vsprintf' function. */
Dfunctions.texi1859 Like @code{vsprintf}, but instead of passing a pointer to a buffer,
1863 returned is the same as @code{vsprintf} would return. If memory could
1880 @deftypefnx Supplemental int vsprintf (char *@var{str}, @
1896 This function is similar to @code{vsprintf}, but it will write to
DChangeLog2368 vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
2585 * vsprintf.c (vsprintf): Likewise.
3697 * vsprintf.c: Include "ansidecl.h" earlier, rely on
4280 * vsprintf.c: Likewise.
4326 If any of vprintf, vsprintf, vfprintf is missing from libc,
7634 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
8243 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
8648 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
9097 * vsprintf.c: New file.
9098 * functions.def, Makefile.in: Add vsprintf.
Dconfigure5506 vasprintf vfprintf vprintf vsprintf \
5905 vsprintf waitpid
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic30.c90 vsprintf (str, string, argptr); in debug()
Dbfin-parse.y176 vsprintf (buffer, format, ap); in error()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c2180 vsprintf (message + orig_len, fmt, ap); in vsprint_msg()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20051564 * messages.c: Use vsnprintf instead of vsprintf.