Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 - 225 of 507) sorted by relevance

12345678910>>...21

/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c127 fwrite(dst_data[0], 1, dst_bufsize, dst_file); in main()
/third_party/curl/docs/examples/
H A Dcacertinmem.c36 fwrite(ptr, size, nmemb, (FILE *)stream); in writefunction()
H A Dexternalsocket.c56 size_t written = fwrite(ptr, size, nmemb, (FILE *)stream); in write_data()
H A Dsmooth-gtk-thread.c65 return fwrite(ptr, size, nmemb, stream); in write_file()
H A Dusercertinmem.c42 fwrite(ptr, size, nmemb, stream); in writefunction()
/third_party/cups-filters/cupsfilters/
H A Ddriver.h236 # define cupsWritePrintData(s,n) fwrite((s), 1, (n), stdout)
/third_party/icu/icu4c/source/tools/toolutil/
H A Dfilestrm.cpp114 return static_cast<int32_t>(fwrite(addr, 1, len, (FILE*)fileStream)); in T_FileStream_write()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIO.cpp65 fwrite(U.data(), sizeof(U[0]), U.size(), Out); in WriteToFile()
/third_party/ninja/src/
H A Dmsvc_helper_main-win32.cc147 fwrite(&output[0], 1, output.size(), stdout); in MSVCHelperMain()
H A Dline_printer.cc131 fwrite(data, 1, size, stdout);
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv2dxil.c168 fwrite(obj.binary.buffer, sizeof(char), obj.binary.size, file); in main()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dfilestrm.cpp114 return static_cast<int32_t>(fwrite(addr, 1, len, (FILE*)fileStream)); in T_FileStream_write()
/third_party/libfuse/example/
H A Dcuse_client.c76 fwrite(arg.buf, 1, ret, stdout); in do_rw()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c114 fwrite(buf, size, 1, stream); in trace_dump_write()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_local.h166 # define UP_fwrite fwrite
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_egd.c179 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF) in RAND_query_egd_bytes()
/third_party/pcre2/pcre2/src/
H A Dpcre2_dftables.c160 size_t len = fwrite(tables, 1, TABLES_LENGTH, f); in main()
163 (void)fprintf(stderr, "pcre2_dftables: fwrite() returned wrong length %d " in main()
/third_party/openssl/crypto/bio/
H A Dbio_local.h166 # define UP_fwrite fwrite
/third_party/openssl/crypto/rand/
H A Drand_egd.c179 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF) in RAND_query_egd_bytes()
/third_party/skia/third_party/externals/spirv-tools/tools/
H A Dio.h128 size_t written = fwrite(data, sizeof(T), count, fp); in WriteFile()
/third_party/openssl/demos/bio/
H A Dserver-conf.c129 fwrite(buf, 1, i, stdout); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/
H A Dio.h128 size_t written = fwrite(data, sizeof(T), count, fp); in WriteFile()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Diccfrompng.c127 if (fwrite(profile, proflen, 1, of) == 1 && in extract_one_file()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimageio_util.c133 ok = (fwrite(data, data_size, 1, out) == 1); in ImgIoUtilWriteFile()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dfilestrm.cpp114 return static_cast<int32_t>(fwrite(addr, 1, len, (FILE*)fileStream)); in T_FileStream_write()

Completed in 10 milliseconds

12345678910>>...21