Home
last modified time | relevance | path

Searched refs:fwrite (Results 126 - 150 of 507) sorted by relevance

12345678910>>...21

/third_party/libexif/contrib/examples/
H A Dthumbnail.c49 fwrite(ed->data, 1, ed->size, thumb); in main()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_fgets_chk_test.cpp26 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/
H A Dmman_msync_test.cpp24 fwrite(testData, sizeof(char), testDataSize, fp); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dgetdelim.c33 fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in getdelim_0100()
H A Dgetc_unlocked.c32 fwrite(wstr, sizeof(char), strlen(wstr), fptr); in getc_unlocked_0100()
H A Dfunlockfile.c47 ret = fwrite(buf, strlen(buf), 1, filep); in child_func()
H A Dgetline.c34 fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in getline_0100()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djinclude.h80 * 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 Duprint.c68 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Duprint.c69 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
/third_party/skia/src/sksl/
H A DSkSLFileOutputStream.h53 size_t written = fwrite(s, 1, size, fFile);
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dchrome_subsetter.cc60 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 Dtmpfile_posix.cc62 fwrite(data, size, 1, file); in Append()
H A Dtmpfile_windows.cc57 fwrite(data, size, 1, file); in Append()
/third_party/pulseaudio/speex/doc/
H A Dsampledec.c56 fwrite(out, sizeof(short), FRAME_SIZE, fout); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput.cc48 if (size_t result = std::fwrite(v.data(), 1, v.size(), output_)) { in Write()
/third_party/lz4/programs/
H A Dlz4io.c445 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 DCompiler.cpp117 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 Dunit1308.c41 fwrite(buf, len, 1, stdout); in print_httppost_callback()
/third_party/ffmpeg/tools/
H A Dtrasher.c82 fwrite(&val, 1, 1, f); in main()
/third_party/curl/docs/examples/
H A Dftpsget.c49 return fwrite(buffer, size, nmemb, out->stream); in my_fwrite()
H A Dsftpget.c58 return fwrite(buffer, size, nmemb, out->stream); in my_fwrite()
/third_party/mbedtls/programs/random/
H A Dgen_random_ctr_drbg.c98 fwrite(buf, 1, sizeof(buf), f); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcall_once.c25 fwrite(buf, sizeof(char), strlen(buf), fp); in do_once()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestecho.c45 fwrite(e_buf, sizeof(short), NN, e_fd); in main()

Completed in 10 milliseconds

12345678910>>...21