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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-ldbl.h 67 __LDBL_REDIR_DECL (vdprintf)
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 239 # define vdprintf rpl_vdprintf
242 extern int vdprintf (int fd, const char *format, va_list args)
246 # undef vdprintf
247 # define vdprintf(d,f,a) \
248 (GL_LINK_WARNING ("vdprintf is unportable - " \
249 "use gnulib module vdprintf for portability"), \
250 vdprintf (d, f, a))
  /external/libxml2/
trio.h 201 #define vdprintf trio_vdprintf macro
  /external/libxslt/libxslt/
trio.h 201 #define vdprintf trio_vdprintf macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 390 extern int vdprintf (int __fd, __const char *__restrict __fmt,

Completed in 413 milliseconds