Home | History | Annotate | Download | only in adb

Lines Matching defs:fwrite

2510 // Version of fwrite() that takes UTF-8 and can write Unicode to a
2520 // If fwrite is a macro, undefine it, so we can call the real
2522 #pragma push_macro("fwrite")
2523 #undef fwrite
2524 return fwrite(ptr, size, nmemb, stream);
2525 #pragma pop_macro("fwrite")