Home
last modified time | relevance | path

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

12

/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/android/support/src/stdio/
Dstdio_impl.c33 fwrite(text, 1, length, file->file); in fake_file_out()
57 fwrite(mb_buffer, 1, mb_len, file->file); in fake_file_outw()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__std_stream270 if (fwrite(&__1buf, sizeof(char_type), 1, __file_) != 1)
291 if (fwrite(pbase, 1, 1, __file_) != 1)
297 if (fwrite(__extbuf, 1, __nmemb, __file_) != __nmemb)
317 return fwrite(__s, sizeof(char_type), __n, __file_);
338 if (fwrite(__extbuf, 1, __nmemb, __file_) != __nmemb)
Dcstdio84 size_t fwrite(const void* restrict ptr, size_t size, size_t nmemb,
212 using ::fwrite;
Dfstream685 if (fwrite(this->pbase(), sizeof(char_type), __nmemb, __file_) != __nmemb)
706 if (fwrite(this->pbase(), 1, __nmemb, __file_) != __nmemb)
712 if (fwrite(__extbuf_, 1, __nmemb, __file_) != __nmemb)
861 if (fwrite(__extbuf_, 1, __nmemb, __file_) != __nmemb)
/ndk/sources/host-tools/make-3.81/
Dvmsjobs.c523 fwrite (p, 1, q - p, outfile); in child_execute_job()
550 fwrite (p, 1, sep - p, outfile); in child_execute_job()
561 fwrite (p, 1, q - p, outfile); in child_execute_job()
/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/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp126 static_assert((std::is_same<decltype(fwrite((const void*)0,0,0,fp)), size_t>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp326 ptrdiff_t written = fwrite(buf, 1, n, _M_file); in _M_write()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp129 …static_assert((std::is_same<decltype(std::fwrite((const void*)0,0,0,fp)), std::size_t>::value), ""… in main()
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h240 size_t written = fwrite(buffer, 1, read, dst_file.file()); in CopyFile()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c244 if (size && fwrite(ptr, size, nmemb, stream) != nmemb)
/ndk/sources/host-tools/make-3.81/po/
Dbe.po534 msgstr "fwrite (часовы файл)"
907 msgid "fwrite (temporary file)"
908 msgstr "fwrite (часовы файл)"
Dko.po540 msgstr "fwrite (�ӽ� ����)"
937 msgid "fwrite (temporary file)"
938 msgstr "fwrite (�ӽ� ����)"
Dja.po541 msgstr "fwrite (����ե�����)"
952 msgid "fwrite (temporary file)"
953 msgstr "fwrite (����ե�����)"
Dzh_CN.po535 msgstr "fwrite (��ʱ�ļ�)"
921 msgid "fwrite (temporary file)"
922 msgstr "fwrite (��ʱ�ļ�)"
Dhe.po540 msgstr "fwrite (temporary file)"
938 msgid "fwrite (temporary file)"
939 msgstr "fwrite (temporary file)"
Did.po539 msgstr "fwrite (file sementara)"
936 msgid "fwrite (temporary file)"
937 msgstr "fwrite (file sementara)"
Dda.po537 msgstr "fwrite (midlertidig fil)"
948 msgid "fwrite (temporary file)"
949 msgstr "fwrite (midlertidig fil)"
Dsv.po538 msgstr "fwrite (tillf�llig fil)"
931 msgid "fwrite (temporary file)"
932 msgstr "fwrite (tillf�llig fil)"
/ndk/sources/host-tools/nawk-20071023/
Drun.c981 fwrite(buf, len, 1, stdout); in awkprintf()
987 fwrite(buf, len, 1, fp); in awkprintf()

12