/third_party/backends/backend/ |
H A D | mustek_usb2_transparent.c | 699 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_AdjustAD() 700 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * 3, stream); in Transparent_AdjustAD() 1193 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_FindTopLeft() 1194 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * wCalHeight, stream); in Transparent_FindTopLeft() 1377 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_LineCalibration16Bits() 1378 fwrite (lpWhiteData, sizeof (SANE_Byte), wCalWidth * wCalHeight * 3 * 2, stream); in Transparent_LineCalibration16Bits() 1384 fwrite (lpBuf, sizeof (SANE_Byte), strlen (lpBuf), stream); in Transparent_LineCalibration16Bits() 1385 fwrite (lpDarkData, sizeof (SANE_Byte), wCalWidth * wCalHeight * 3 * 2, stream); in Transparent_LineCalibration16Bits()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | munmap.c | 33 fwrite(str, sizeof(char), strlen(str), fptr); in munmap_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | getc.c | 36 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in getc_0100() 38 t_error("%s fwrite failed\n", __func__); in getc_0100()
|
H A D | rewind.c | 39 fwrite(str, 1, sizeof(str), fptr); in rewind_0100()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testdenoise.c | 39 fwrite(in, sizeof(short), NN, stdout); in main()
|
/third_party/libsnd/tests/ |
H A D | error_test.c | 162 exit_if_true (fwrite (data, sizeof (data), 1, file) != 1, "\n\nLine %d : fwrite failed.\n", __LINE__) ; in bad_wav_test() 196 exit_if_true (fwrite (data, sizeof (data) - 1, 1, file) != 1, "\n\nLine %d : fwrite failed.\n", __LINE__) ; in wav_list_recover_test()
|
/third_party/lame/Dll/ |
H A D | Example.cpp | 254 if(fwrite(r.pMP3Buffer,1,dwWrite,r.pFileOut) != dwWrite) in main() 279 if( fwrite( r.pMP3Buffer, 1, dwWrite, r.pFileOut ) != dwWrite ) in main()
|
/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream03.c | 87 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) { in main() 88 tst_brkm(TFAIL, NULL, "fwrite failed: %s", in main() 200 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) { in main() 201 tst_brkm(TFAIL, NULL, "fwrite failed: %s", in main()
|
/third_party/lz4/examples/ |
H A D | dictionaryRandomAccess.c | 31 size_t written = fwrite(&i, sizeof(i), 1, fp); in write_int() 36 size_t written = fwrite(array, 1, arrayBytes, fp); in write_bin()
|
/third_party/toybox/lib/ |
H A D | linestack.c | 102 if (out) fwrite(end, bytes, 1, out); in crunch_str() 116 } else if (out) fwrite(end, 1, bytes, out); in crunch_str()
|
/third_party/toybox/toys/posix/ |
H A D | cut.c | 159 fwrite(line, len, 1, stdout); in cut_line() 165 fwrite(s, count, 1, stdout); in cut_line()
|
/third_party/zlib/examples/ |
H A D | gznorm.c | 13 #include <stdio.h> // fread, fwrite, putc, fflush, ferror, fprintf, 111 fwrite("\x1f\x8b\x08\0\0\0\0\0\0\xff", 1, 10, out); in gzip_normalize() 321 fwrite(put, 1, end - put, out); in gzip_normalize()
|
/third_party/backends/include/sane/ |
H A D | sanei_jinclude.h | 83 * The modules that use fread() and fwrite() always invoke them through 91 ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
|
/third_party/curl/docs/examples/ |
H A D | ftpget.c | 47 return fwrite(buffer, size, nmemb, out->stream); in my_fwrite()
|
H A D | ftpgetresp.c | 37 return fwrite(ptr, size, nmemb, writehere); in write_response()
|
H A D | sepheaders.c | 36 size_t written = fwrite(ptr, size, nmemb, (FILE *)stream); in write_data()
|
H A D | url2file.c | 36 size_t written = fwrite(ptr, size, nmemb, (FILE *)stream); in write_data()
|
/third_party/cups-filters/cupsfilters/ |
H A D | testimage.c | 82 fwrite(line, width, depth, out); in main()
|
/third_party/icu/icu4c/source/samples/cal/ |
H A D | uprint.c | 68 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
|
/third_party/icu/tools/multi/proj/chello/ |
H A D | uprint.cpp | 66 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
|
/third_party/mbedtls/programs/random/ |
H A D | gen_entropy.c | 67 fwrite(buf, 1, sizeof(buf), f); in main()
|
/third_party/musl/libc-test/src/regression/ |
H A D | fflush-exit.c | 29 ASSERT(fwrite("x", 1, 1, stdout) == 1); in main()
|
H A D | ftello-unflushed-append.c | 31 ASSERT(fwrite("efg", 1, 3, f) == 3); in main()
|
/third_party/ninja/src/ |
H A D | json.cc | 52 fwrite(out.c_str(), 1, out.length(), stdout); in PrintJSONString()
|
/third_party/icu/icu4c/source/samples/date/ |
H A D | uprint.c | 69 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
|