Home
last modified time | relevance | path

Searched refs:fwrite (Results 101 - 125 of 507) sorted by relevance

12345678910>>...21

/third_party/backends/backend/
H A Dmustek_usb2_transparent.c699 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 Dmunmap.c33 fwrite(str, sizeof(char), strlen(str), fptr); in munmap_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dgetc.c36 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 Drewind.c39 fwrite(str, 1, sizeof(str), fptr); in rewind_0100()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestdenoise.c39 fwrite(in, sizeof(short), NN, stdout); in main()
/third_party/libsnd/tests/
H A Derror_test.c162 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 DExample.cpp254 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 Dstream03.c87 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 DdictionaryRandomAccess.c31 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 Dlinestack.c102 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 Dcut.c159 fwrite(line, len, 1, stdout); in cut_line()
165 fwrite(s, count, 1, stdout); in cut_line()
/third_party/zlib/examples/
H A Dgznorm.c13 #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 Dsanei_jinclude.h83 * 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 Dftpget.c47 return fwrite(buffer, size, nmemb, out->stream); in my_fwrite()
H A Dftpgetresp.c37 return fwrite(ptr, size, nmemb, writehere); in write_response()
H A Dsepheaders.c36 size_t written = fwrite(ptr, size, nmemb, (FILE *)stream); in write_data()
H A Durl2file.c36 size_t written = fwrite(ptr, size, nmemb, (FILE *)stream); in write_data()
/third_party/cups-filters/cupsfilters/
H A Dtestimage.c82 fwrite(line, width, depth, out); in main()
/third_party/icu/icu4c/source/samples/cal/
H A Duprint.c68 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
/third_party/icu/tools/multi/proj/chello/
H A Duprint.cpp66 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()
/third_party/mbedtls/programs/random/
H A Dgen_entropy.c67 fwrite(buf, 1, sizeof(buf), f); in main()
/third_party/musl/libc-test/src/regression/
H A Dfflush-exit.c29 ASSERT(fwrite("x", 1, 1, stdout) == 1); in main()
H A Dftello-unflushed-append.c31 ASSERT(fwrite("efg", 1, 3, f) == 3); in main()
/third_party/ninja/src/
H A Djson.cc52 fwrite(out.c_str(), 1, out.length(), stdout); in PrintJSONString()
/third_party/icu/icu4c/source/samples/date/
H A Duprint.c69 fwrite(buf, sizeof(char), myTarget - buf, f); in uprint()

Completed in 10 milliseconds

12345678910>>...21