/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/android/support/src/stdio/ |
D | stdio_impl.c | 33 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_stream | 270 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)
|
D | cstdio | 84 size_t fwrite(const void* restrict ptr, size_t size, size_t nmemb, 212 using ::fwrite;
|
D | fstream | 685 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/ |
D | vmsjobs.c | 523 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.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/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 126 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/ |
D | fstream_stdio.cpp | 326 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/ |
D | cstdio.pass.cpp | 129 …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/ |
D | test_util.h | 240 size_t written = fwrite(buffer, 1, read, dst_file.file()); in CopyFile()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 244 if (size && fwrite(ptr, size, nmemb, stream) != nmemb)
|
/ndk/sources/host-tools/make-3.81/po/ |
D | be.po | 534 msgstr "fwrite (часовы файл)" 907 msgid "fwrite (temporary file)" 908 msgstr "fwrite (часовы файл)"
|
D | ko.po | 540 msgstr "fwrite (�ӽ� ����)" 937 msgid "fwrite (temporary file)" 938 msgstr "fwrite (�ӽ� ����)"
|
D | ja.po | 541 msgstr "fwrite (����ե�����)" 952 msgid "fwrite (temporary file)" 953 msgstr "fwrite (����ե�����)"
|
D | zh_CN.po | 535 msgstr "fwrite (��ʱ�ļ�)" 921 msgid "fwrite (temporary file)" 922 msgstr "fwrite (��ʱ�ļ�)"
|
D | he.po | 540 msgstr "fwrite (temporary file)" 938 msgid "fwrite (temporary file)" 939 msgstr "fwrite (temporary file)"
|
D | id.po | 539 msgstr "fwrite (file sementara)" 936 msgid "fwrite (temporary file)" 937 msgstr "fwrite (file sementara)"
|
D | da.po | 537 msgstr "fwrite (midlertidig fil)" 948 msgid "fwrite (temporary file)" 949 msgstr "fwrite (midlertidig fil)"
|
D | sv.po | 538 msgstr "fwrite (tillf�llig fil)" 931 msgid "fwrite (temporary file)" 932 msgstr "fwrite (tillf�llig fil)"
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 981 fwrite(buf, len, 1, stdout); in awkprintf() 987 fwrite(buf, len, 1, fp); in awkprintf()
|