Searched refs:vsprintf (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | vsprintf.c | 32 #undef vsprintf 37 vsprintf (char *buf, const char *format, va_list ap) in vsprintf() function
|
D | vasprintf.c | 147 return vsprintf (*result, format, args); in int_vasprintf()
|
D | Makefile.in | 158 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)
|
D | configure.ac | 382 funcs="$funcs vsprintf" 414 vasprintf vfprintf vprintf vsprintf \ 527 vsprintf waitpid
|
D | config.in | 410 /* Define to 1 if you have the `vsprintf' function. */
|
D | functions.texi | 1859 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
|
D | ChangeLog | 2368 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.
|
D | configure | 5506 vasprintf vfprintf vprintf vsprintf \ 5905 vsprintf waitpid
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic30.c | 90 vsprintf (str, string, argptr); in debug()
|
D | bfin-parse.y | 176 vsprintf (buffer, format, ap); in error()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-xtensa.c | 2180 vsprintf (message + orig_len, fmt, ap); in vsprint_msg()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2005 | 1564 * messages.c: Use vsnprintf instead of vsprintf.
|