Home
last modified time | relevance | path

Searched refs:fwrite (Results 76 - 100 of 507) sorted by relevance

12345678910>>...21

/third_party/lz4/lib/
H A Dlz4file.c238 if (ret != fwrite(buf, 1, ret, fp)) { in LZ4F_writeOpen()
274 if(ret != fwrite(lz4fWrite->dstBuf, 1, ret, lz4fWrite->fp)) { in LZ4F_write()
301 if (ret != fwrite(lz4fWrite->dstBuf, 1, ret, lz4fWrite->fp)) { in LZ4F_writeClose()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp131 ::fwrite(Data->ContinuationOutput.c_str(), in ElCompletionFn()
239 ::fwrite("\n", 1, 1, Data->Out); in ~LineEditor()
294 ::fwrite("\n", 1, 1, Data->Out); in ~LineEditor()
/third_party/ffmpeg/doc/examples/
H A Dencode_video.c64 fwrite(pkt->data, 1, pkt->size, outfile); in encode()
208 fwrite(endcode, 1, sizeof(endcode), f); in main()
/third_party/curl/lib/
H A Dcurl_trc.c73 fwrite(s_infotype[type], 2, 1, data->set.err); in Curl_debug()
74 fwrite(ptr, size, 1, data->set.err); in Curl_debug()
/third_party/mbedtls/library/
H A Dpsa_its_file.c205 n = fwrite(&header, 1, sizeof(header), stream); in psa_its_set()
210 n = fwrite(p_data, 1, data_length, stream); in psa_its_set()
/third_party/lz4/examples/
H A DHCStreaming_ringBuffer.c39 return fwrite(&i, sizeof(i), 1, fp); in write_int32()
44 return fwrite(array, 1, (size_t)arrayBytes, fp); in write_bin()
H A DblockStreaming_lineByLine.c18 return fwrite(&i, sizeof(i), 1, fp); in write_uint16()
23 return fwrite(array, 1, arrayBytes, fp); in write_bin()
H A DblockStreaming_doubleBuffer.c23 return fwrite(&i, sizeof(i), 1, fp); in write_int()
27 return fwrite(array, 1, arrayBytes, fp); in write_bin()
H A DblockStreaming_ringBuffer.c32 return fwrite(&i, sizeof(i), 1, fp); in write_int32()
36 return fwrite(array, 1, arrayBytes, fp); in write_bin()
/third_party/musl/libc-test/src/functional/
H A Dfscanf.c25 if (!fwrite(data, strlen(data), 1, f)) { in writetemp()
41 fwrite(CONTENT, sizeof(char), strlen(CONTENT), fp); in write_content()
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc100 if (fwrite(contents.data(), 1, contents.size(), file) != contents.size()) { in WriteStringToFile()
101 GOOGLE_LOG(ERROR) << "fwrite(" << name << "): " << strerror(errno); in WriteStringToFile()
116 GOOGLE_CHECK_EQ(fwrite(contents.data(), 1, contents.size(), file), in WriteStringToFileOrDie()
118 << "fwrite(" << name << "): " << strerror(errno); in WriteStringToFileOrDie()
/third_party/zlib/examples/
H A Dfitblk.c166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
H A Dzpipe.c70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in def()
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in inf()
/third_party/musl/src/stdio/
H A Dputw.c6 return (int)fwrite(&x, sizeof x, 1, f)-1; in putw()
H A Dfputs.c13 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
/third_party/eudev/src/udev/
H A Dudevadm-hwdb.c323 fwrite(&n, sizeof(struct trie_node_f), 1, trie->f); in trie_store_nodes()
328 fwrite(children, sizeof(struct trie_child_entry_f), node->children_count, trie->f); in trie_store_nodes()
340 fwrite(&v, sizeof(struct trie_value_entry_f), 1, trie->f); in trie_store_nodes()
387 fwrite(trie->strings->buf, trie->strings->len, 1, t.f); in trie_store()
399 fwrite(&h, sizeof(struct trie_header_f), 1, t.f); in trie_store()
/third_party/nghttp2/examples/
H A Dclient.c229 fwrite(nva[i].name, 1, nva[i].namelen, stdout); in on_frame_send_callback()
231 fwrite(nva[i].value, 1, nva[i].valuelen, stdout); in on_frame_send_callback()
260 fwrite(nva[i].name, 1, nva[i].namelen, stdout); in on_frame_recv_callback()
262 fwrite(nva[i].value, 1, nva[i].valuelen, stdout); in on_frame_recv_callback()
318 fwrite(data, 1, len, stdout); in on_data_chunk_recv_callback()
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c169 SYS_CHECK(fwrite(key_data, 1, key_size, key_file) == key_size); in save_key()
412 SYS_CHECK(fwrite(&header, 1, sizeof(header), in wrap_data()
414 SYS_CHECK(fwrite(buffer, 1, ciphertext_size, in wrap_data()
505 SYS_CHECK(fwrite(buffer, 1, plaintext_size, in unwrap_data()
/third_party/curl/include/curl/
H A Dstdcheaders.h30 size_t fwrite(const void *, size_t, size_t, FILE *);
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfputs.c7 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfputs.c7 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfputs.c7 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
/third_party/ninja/misc/
H A Dmanifest_fuzzer.cc29 fwrite(data, size, 1, fp); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_other.cc28 fwrite(str.data(), 1, str.size(), file);
/third_party/backends/backend/
H A Dmustek_usb2_reflective.c663 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_AdjustAD()
664 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * 3, stream); in Reflective_AdjustAD()
1203 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_FindTopLeft()
1204 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * wCalHeight, stream); in Reflective_FindTopLeft()
1524 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_LineCalibration16Bits()
1525 fwrite (lpWhiteData, sizeof (SANE_Byte), wCalWidth * wCalHeight * 3 * 2, stream); in Reflective_LineCalibration16Bits()
1531 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Reflective_LineCalibration16Bits()
1532 fwrite (lpDarkData, sizeof (SANE_Byte), wCalWidth * wCalHeight * 3 * 2, stream); in Reflective_LineCalibration16Bits()

Completed in 14 milliseconds

12345678910>>...21