Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio-write.c141 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()
Dunlocked-io.h93 # 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)
Dstdio.in.h476 # 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.h86 using _STLP_VENDOR_CSTD::fwrite;
/ndk/sources/cxx-stl/system/include/
Dcstdio63 using ::fwrite;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio63 using ::fwrite;
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp326 ptrdiff_t written = fwrite(buf, 1, n, _M_file); in _M_write()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c244 if (size && fwrite(ptr, size, nmemb, stream) != nmemb)