Home
last modified time | relevance | path

Searched refs:_doprnt (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
D_doprnt.c32 #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()
Dvfprintf.c14 return _doprnt (format, ap, stream); in vfprintf()
Dvsprintf.c50 ret = _doprnt(format, ap, &b); in vsprintf()
Dconfigure.ac644 # We only need _doprnt if we might use it to implement v*printf.
648 AC_REPLACE_FUNCS(_doprnt)
650 AC_CHECK_FUNCS(_doprnt)
DMakefile.in203 ./_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)
Dconfig.in428 /* Define to 1 if you have the `_doprnt' function. */
DChangeLog2356 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).
Dfunctions.texi1888 nonstandard but common function @code{_doprnt}.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-929511181 (_doprnt): Deleted.