HomeSort by: relevance | last modified time | path
    Searched refs:_doprnt (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/libiberty/
vfprintf.c 1 /* Provide a version vfprintf in terms of _doprnt.
14 return _doprnt (format, ap, stream);
vsprintf.c 50 ret = _doprnt(format, ap, &b);
_doprnt.c 1 /* Provide a version of _doprnt in terms of fprintf.
32 #undef _doprnt macro
39 #define _doprnt my_doprnt macro
77 _doprnt (const char *format, va_list ap, FILE *stream) function
227 result = _doprnt (format, args, stdout);
  /src/external/gpl3/binutils.old/dist/libiberty/
vfprintf.c 1 /* Provide a version vfprintf in terms of _doprnt.
14 return _doprnt (format, ap, stream);
vsprintf.c 50 ret = _doprnt(format, ap, &b);
_doprnt.c 1 /* Provide a version of _doprnt in terms of fprintf.
32 #undef _doprnt macro
39 #define _doprnt my_doprnt macro
77 _doprnt (const char *format, va_list ap, FILE *stream) function
227 result = _doprnt (format, args, stdout);
  /src/external/gpl3/gcc/dist/libiberty/
vfprintf.c 1 /* Provide a version vfprintf in terms of _doprnt.
14 return _doprnt (format, ap, stream);
vsprintf.c 50 ret = _doprnt(format, ap, &b);
_doprnt.c 1 /* Provide a version of _doprnt in terms of fprintf.
32 #undef _doprnt macro
39 #define _doprnt my_doprnt macro
77 _doprnt (const char *format, va_list ap, FILE *stream) function
227 result = _doprnt (format, args, stdout);
  /src/external/gpl3/gcc.old/dist/libiberty/
vfprintf.c 1 /* Provide a version vfprintf in terms of _doprnt.
14 return _doprnt (format, ap, stream);
vsprintf.c 50 ret = _doprnt(format, ap, &b);
_doprnt.c 1 /* Provide a version of _doprnt in terms of fprintf.
32 #undef _doprnt macro
39 #define _doprnt my_doprnt macro
78 _doprnt (const char *format, va_list ap, FILE *stream) function
228 result = _doprnt (format, args, stdout);
  /src/external/gpl3/gdb.old/dist/libiberty/
vfprintf.c 1 /* Provide a version vfprintf in terms of _doprnt.
14 return _doprnt (format, ap, stream);
vsprintf.c 50 ret = _doprnt(format, ap, &b);
_doprnt.c 1 /* Provide a version of _doprnt in terms of fprintf.
32 #undef _doprnt macro
39 #define _doprnt my_doprnt macro
77 _doprnt (const char *format, va_list ap, FILE *stream) function
227 result = _doprnt (format, args, stdout);
  /src/external/gpl3/gdb/dist/libiberty/
vfprintf.c 1 /* Provide a version vfprintf in terms of _doprnt.
14 return _doprnt (format, ap, stream);
vsprintf.c 50 ret = _doprnt(format, ap, &b);
_doprnt.c 1 /* Provide a version of _doprnt in terms of fprintf.
32 #undef _doprnt macro
39 #define _doprnt my_doprnt macro
77 _doprnt (const char *format, va_list ap, FILE *stream) function
227 result = _doprnt (format, args, stdout);
  /src/external/gpl2/grep/dist/lib/
error.c 160 _doprnt (message, args, stderr);
243 _doprnt (message, args, stderr);
  /src/usr.bin/make/
util.c 375 _doprnt(fmt, args, &fakebuf);
  /src/external/gpl2/diffutils/dist/lib/
error.c 221 _doprnt (message, args, stderr);
  /src/external/gpl2/gmake/dist/
misc.c 26 vfprintf(), etc. and those who have _doprnt... or nothing.
42 # define VA_PRINTF(fp, lastarg, args) _doprnt((lastarg), (args), (fp))
  /src/external/gpl2/rcs/dist/src/
rcslex.c 1476 _doprnt(format, args, stream);
conf.sh 1850 _doprnt(format, args, stderr);
1877 echo "$a#define has__doprnt $h $z/* Does _doprnt() work? */"
  /src/external/gpl2/texinfo/dist/
configure 5751 echo "$as_me:$LINENO: checking for _doprnt" >&5
5752 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
5762 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
5764 #define _doprnt innocuous__doprnt
5767 which can conflict with char _doprnt (); below.
5777 #undef _doprnt
5786 char _doprnt ();
5793 char (*f) () = _doprnt;
5802 return f != _doprnt;
    [all...]

Completed in 34 milliseconds

1 2