Home | History | Annotate | Download | only in adb

Lines Matching defs:vfprintf

2419 // Version of vfprintf() that takes UTF-8 and can write Unicode to a
2429 // If vfprintf is a macro, undefine it, so we can call the real
2431 #pragma push_macro("vfprintf")
2432 #undef vfprintf
2433 return vfprintf(stream, format, ap);
2434 #pragma pop_macro("vfprintf")