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

  /bionic/libc/bionic/
ndk_cruft.cpp 211 int vfdprintf(int fd, const char* fmt, va_list ap) { function
  /bionic/libc/include/
stdio.h 144 * Old versions of Android called these fdprintf and vfdprintf out of fears that the glibc names
147 * Allow users to just use dprintf and vfdprintf on any version by renaming those calls to their
151 int vdprintf(int __fd, const char* __fmt, va_list __args) __RENAME(vfdprintf) __printflike(2, 0);

Completed in 112 milliseconds