Searched refs:fwrite (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio-write.c | 141 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) in fwrite() function 142 #undef fwrite in fwrite() 144 CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n) in fwrite()
|
D | unlocked-io.h | 93 # undef fwrite 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro 96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
|
D | stdio.in.h | 476 # undef fwrite 477 # define fwrite rpl_fwrite 478 extern size_t fwrite (const void *ptr, size_t s, size_t n, FILE *stream);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 86 using _STLP_VENDOR_CSTD::fwrite;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 63 using ::fwrite;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 63 using ::fwrite;
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 326 ptrdiff_t written = fwrite(buf, 1, n, _M_file); in _M_write()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 244 if (size && fwrite(ptr, size, nmemb, stream) != nmemb)
|