/third_party/lz4/lib/ |
H A D | lz4file.c | 238 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 D | LineEditor.cpp | 131 ::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 D | encode_video.c | 64 fwrite(pkt->data, 1, pkt->size, outfile); in encode() 208 fwrite(endcode, 1, sizeof(endcode), f); in main()
|
/third_party/curl/lib/ |
H A D | curl_trc.c | 73 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 D | psa_its_file.c | 205 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 D | HCStreaming_ringBuffer.c | 39 return fwrite(&i, sizeof(i), 1, fp); in write_int32() 44 return fwrite(array, 1, (size_t)arrayBytes, fp); in write_bin()
|
H A D | blockStreaming_lineByLine.c | 18 return fwrite(&i, sizeof(i), 1, fp); in write_uint16() 23 return fwrite(array, 1, arrayBytes, fp); in write_bin()
|
H A D | blockStreaming_doubleBuffer.c | 23 return fwrite(&i, sizeof(i), 1, fp); in write_int() 27 return fwrite(array, 1, arrayBytes, fp); in write_bin()
|
H A D | blockStreaming_ringBuffer.c | 32 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 D | fscanf.c | 25 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 D | file.cc | 100 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 D | fitblk.c | 166 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 D | zpipe.c | 70 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 D | putw.c | 6 return (int)fwrite(&x, sizeof x, 1, f)-1; in putw()
|
H A D | fputs.c | 13 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
|
/third_party/eudev/src/udev/ |
H A D | udevadm-hwdb.c | 323 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 D | client.c | 229 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 D | key_ladder_demo.c | 169 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 D | stdcheaders.h | 30 size_t fwrite(const void *, size_t, size_t, FILE *);
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fputs.c | 7 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fputs.c | 7 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fputs.c | 7 return (fwrite(s, 1, l, f)==l) - 1; in fputs()
|
/third_party/ninja/misc/ |
H A D | manifest_fuzzer.cc | 29 fwrite(data, size, 1, fp); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_other.cc | 28 fwrite(str.data(), 1, str.size(), file);
|
/third_party/backends/backend/ |
H A D | mustek_usb2_reflective.c | 663 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()
|