HomeSort by relevance Sort by last modified time
    Searched refs:_doprnt (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/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);
  /external/e2fsprogs/lib/et/
vfprintf.c 38 len = _doprnt(fmt, ap, iop);
45 len = _doprnt(fmt, ap, iop);
  /external/tcpdump/
vfprintf.c 52 ret = _doprnt(fmt, args, f);
  /ndk/sources/host-tools/make-3.81/
misc.c 26 vfprintf(), etc. and those who have _doprnt... or nothing.
42 # define VA_PRINTF(fp, lastarg, args) _doprnt((lastarg), (args), (fp))
  /external/e2fsprogs/
configure     [all...]

Completed in 724 milliseconds