/third_party/libexif/contrib/examples/ |
H A D | thumbnail.c | 49 fwrite(ed->data, 1, ed->size, thumb); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_fgets_chk_test.cpp | 26 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_msync_test.cpp | 24 fwrite(testData, sizeof(char), testDataSize, fp); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | getdelim.c | 33 fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in getdelim_0100()
|
H A D | getc_unlocked.c | 32 fwrite(wstr, sizeof(char), strlen(wstr), fptr); in getc_unlocked_0100()
|
H A D | funlockfile.c | 47 ret = fwrite(buf, strlen(buf), 1, filep); in child_func()
|
H A D | getline.c | 34 fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in getline_0100()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jinclude.h | 80 * The modules that use fread() and fwrite() always invoke them through 88 ((size_t)fwrite((const void *)(buf), (size_t)1, (size_t)(sizeofbuf), (file)))
|
/third_party/skia/third_party/externals/icu/source/samples/cal/ |
H A D | uprint.c | 68 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
|
/third_party/skia/third_party/externals/icu/source/samples/date/ |
H A D | uprint.c | 69 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
|
/third_party/skia/src/sksl/ |
H A D | SkSLFileOutputStream.h | 53 size_t written = fwrite(s, 1, size, fFile);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | chrome_subsetter.cc | 60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); in TestChromeSubsetter()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | tmpfile_posix.cc | 62 fwrite(data, size, 1, file); in Append()
|
H A D | tmpfile_windows.cc | 57 fwrite(data, size, 1, file); in Append()
|
/third_party/pulseaudio/speex/doc/ |
H A D | sampledec.c | 56 fwrite(out, sizeof(short), FRAME_SIZE, fout); in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | output.cc | 48 if (size_t result = std::fwrite(v.data(), 1, v.size(), output_)) { in Write()
|
/third_party/lz4/programs/ |
H A D | lz4io.c | 445 if (fwrite(out_buff, 1, MAGICNUMBER_SIZE, foutput) != MAGICNUMBER_SIZE) in LZ4IO_compressFilename_Legacy() 468 if (fwrite(out_buff, 1, (size_t)outSize+4, foutput) != (size_t)(outSize+4)) { in LZ4IO_compressFilename_Legacy() 715 if (fwrite(dstBuffer, 1, cSize, dstFile) != cSize) { in LZ4IO_compressFilename_extRess() 726 if (fwrite(dstBuffer, 1, headerSize, dstFile) != headerSize) in LZ4IO_compressFilename_extRess() 740 if (fwrite(dstBuffer, 1, outSize, dstFile) != outSize) in LZ4IO_compressFilename_extRess() 753 if (fwrite(dstBuffer, 1, endSize, dstFile) != endSize) in LZ4IO_compressFilename_extRess() 892 size_t const sizeCheck = fwrite(buffer, 1, bufferSize, file); in LZ4IO_fwriteSparse() 922 { size_t const sizeCheck = fwrite(ptrT, sizeT, seg0SizeT, file); in LZ4IO_fwriteSparse() 939 { size_t const sizeCheck = fwrite(restPtr, 1, (size_t)(restEnd - restPtr), file); in LZ4IO_fwriteSparse() 953 if (fwrite(lastZeroByt in LZ4IO_fwriteSparseEnd() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.cpp | 117 fwrite(&type, sizeof(type), 1, f); 118 fwrite(&spec, sizeof(spec), 1, f); 119 fwrite(&output, sizeof(output), 1, f); 120 fwrite(&options, sizeof(options), 1, f); 123 fwrite(&zero, 128 - 20, 1, f); 127 fwrite(shaderStrings[i], sizeof(char), strlen(shaderStrings[i]), f); 129 fwrite(&zero, 1, 1, f);
|
/third_party/curl/tests/unit/ |
H A D | unit1308.c | 41 fwrite(buf, len, 1, stdout); in print_httppost_callback()
|
/third_party/ffmpeg/tools/ |
H A D | trasher.c | 82 fwrite(&val, 1, 1, f); in main()
|
/third_party/curl/docs/examples/ |
H A D | ftpsget.c | 49 return fwrite(buffer, size, nmemb, out->stream); in my_fwrite()
|
H A D | sftpget.c | 58 return fwrite(buffer, size, nmemb, out->stream); in my_fwrite()
|
/third_party/mbedtls/programs/random/ |
H A D | gen_random_ctr_drbg.c | 98 fwrite(buf, 1, sizeof(buf), f); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | call_once.c | 25 fwrite(buf, sizeof(char), strlen(buf), fp); in do_once()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testecho.c | 45 fwrite(e_buf, sizeof(short), NN, e_fd); in main()
|