Searched refs:_doprnt (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | _doprnt.c | 32 #undef _doprnt 39 #define _doprnt my_doprnt macro 78 _doprnt (const char *format, va_list ap, FILE *stream) in _doprnt() function 228 result = _doprnt (format, args, stdout); in checkit()
|
D | vfprintf.c | 14 return _doprnt (format, ap, stream); in vfprintf()
|
D | vsprintf.c | 50 ret = _doprnt(format, ap, &b); in vsprintf()
|
D | configure.ac | 644 # We only need _doprnt if we might use it to implement v*printf. 648 AC_REPLACE_FUNCS(_doprnt) 650 AC_CHECK_FUNCS(_doprnt)
|
D | Makefile.in | 203 ./_doprnt.$(objext) \ 512 ./_doprnt.$(objext): $(srcdir)/_doprnt.c config.h $(INCDIR)/ansidecl.h \ 515 $(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \ 518 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/_doprnt.c -o noasan/$@; \ 520 $(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION)
|
D | config.in | 428 /* Define to 1 if you have the `_doprnt' function. */
|
D | ChangeLog | 2356 COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c, 2724 * _doprnt.c: Remove conditional #include <varargs.h> on 2726 (_doprnt, checkit, main): Use ISO C prototype. 4273 * configure.in: Check for _doprnt even if we're not providing it. 4276 * _doprnt.c: Modifications to allow compiling on any platform. 4323 * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build 4327 then AC_REPLACE_FUNCS(_doprnt).
|
D | functions.texi | 1888 nonstandard but common function @code{_doprnt}.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 11181 (_doprnt): Deleted.
|