/third_party/lame/frontend/ |
H A D | lame_main.c | 351 owrite = fwrite(mp3buffer, 1, imp3, outf); in write_xing_frame() 379 owrite = fwrite(mp3buffer, 1, imp3, outf); in write_id3v1_tag() 403 size_t written = fwrite(id3v2tag, 1, n_bytes, outf); in lame_encoder_loop() 416 size_t owrite = fwrite(id3v2tag, 1, id3v2_size, outf); in lame_encoder_loop() 464 owrite = (int) fwrite(mp3buffer, 1, imp3, outf); in lame_encoder_loop() 492 owrite = (int) fwrite(mp3buffer, 1, imp3, outf); in lame_encoder_loop()
|
H A D | mp3rtp.c | 253 fwrite(mp3buffer, 1, mp3bytes, outf); /* write the MP3 output to file */ in lame_main() 259 fwrite(mp3buffer, 1, mp3bytes, outf); /* write the MP3 output to file */ in lame_main()
|
/third_party/selinux/libselinux/src/ |
H A D | regex.c | 170 len = fwrite(&to_write, sizeof(uint32_t), 1, fp); in regex_writef() 178 len = fwrite(bytes, 1, to_write, fp); in regex_writef() 450 len = fwrite(&to_write, sizeof(uint32_t), 1, fp); in regex_writef() 455 len = fwrite(regex->regex, 1, to_write, fp); in regex_writef() 470 len = fwrite(&to_write, sizeof(uint32_t), 1, fp); in regex_writef() 476 len = fwrite(sd->study_data, 1, to_write, fp); in regex_writef()
|
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/ |
H A D | utils.cpp | 123 fwrite(input, strlen(input), 1, pFile);
in SaveCharTextAppend() 124 fwrite("\n", 1, 1, pFile);
in SaveCharTextAppend()
|
/third_party/curl/tests/libtest/ |
H A D | lib1540.c | 64 (void)fwrite(ptr, size, nmemb, stdout); in header_callback() 76 fwrite(ptr, size, nmemb, stdout); in write_callback()
|
/third_party/curl/docs/examples/ |
H A D | ftp-wildcard.c | 147 written = fwrite(buff, size, nmemb, data->output); in write_it() 150 written = fwrite(buff, size, nmemb, stdout); in write_it()
|
/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream01.c | 75 fwrite("a", 1, 1, stream); in main() 80 fwrite("a", 1, 1, stream); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | lstat.c | 40 fwrite(str, sizeof(char), strlen(str), fptr); in lstat_0100() 62 fwrite(str, sizeof(char), strlen(str), fptr); in lstat_time64_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | readlink.c | 37 int size = fwrite(wstr, sizeof(char), strlen(wstr), fptr); in readlink_0100() 70 int size = fwrite(wstr, sizeof(char), strlen(wstr), fptr); in readlink_0200()
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_linux.cc | 53 fwrite(str.data(), 1, str.size(), file); 85 fwrite(code, 1, strlen(code), file); in write_color()
|
/third_party/toybox/toys/posix/ |
H A D | paste.c | 96 if (dlen) fwrite(dstr, dlen, 1, stdout); in paste_files() 100 fwrite(buf, len-(buf[len-1]=='\n'), 1, stdout); in paste_files()
|
/third_party/cups-filters/filter/ |
H A D | pdfutils.c | 44 fwrite(str,1,iA,stdout); in pdfOut_putString() 50 fwrite(str,1,iA,stdout); in pdfOut_putString() 58 fwrite(str,1,iA,stdout); in pdfOut_putString() 289 if (fwrite(buf,1,len,stdout)!=len) { in pdfOut_outfn()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fread.c | 39 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fread_0100() 64 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fread_0200() 89 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fread_0300() 111 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fread_0400()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | find_opt_references.cc | 87 fwrite(&idx, sizeof(int), 1, fout); // Position in input. in PrintReference() 88 fwrite(&dist, sizeof(int), 1, fout); // Backward distance. in PrintReference() 189 fwrite(&idx, sizeof(int), 1, fout); // Position in input. in ProcessEntries() 190 fwrite(&dist, sizeof(int), 1, fout); // Backward distance. in ProcessEntries()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 95 (void)fwrite(data + st, i - st + 1, 1, output); in debug_cb() 102 (void)fwrite(data + st, i - st + 1, 1, output); in debug_cb() 111 (void)fwrite(data, size, 1, output); in debug_cb()
|
H A D | tls-session-reuse.c | 96 (void)fwrite(data + st, i - st + 1, 1, output); in debug_cb() 103 (void)fwrite(data + st, i - st + 1, 1, output); in debug_cb() 112 (void)fwrite(data, size, 1, output); in debug_cb()
|
/third_party/curl/src/ |
H A D | tool_cb_dbg.c | 169 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb() 176 (void)fwrite(data + st, i - st + 1, 1, output); in tool_debug_cb() 185 (void)fwrite(data, size, 1, output); in tool_debug_cb()
|
/third_party/alsa-utils/bat/ |
H A D | common.c | 184 err = fwrite(&wav->header, 1, sizeof(wav->header), fp); in write_wav_header() 189 err = fwrite(&wav->format, 1, sizeof(wav->format), fp); in write_wav_header() 194 err = fwrite(&wav->chunk, 1, sizeof(wav->chunk), fp); in write_wav_header()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 150 fwrite(&bmf, sizeof bmf, 1, fp); in _Present() 151 fwrite(&bmi, sizeof bmi, 1, fp); in _Present() 152 fwrite(pixels, h, w * 4, fp); in _Present()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 312 fwrite(&dump_version, sizeof(dump_version), 1, f); in vc4_dump_to_file() 320 fwrite(state, sizeof(*state), 1, f); in vc4_dump_to_file() 345 fwrite(bo_state, sizeof(*bo_state), state->bo_count, f); in vc4_dump_to_file() 349 fwrite(cma_bo->vaddr, cma_bo->base.size, 1, f); in vc4_dump_to_file() 355 fwrite(cma_bo->vaddr, cma_bo->base.size, 1, f); in vc4_dump_to_file() 359 fwrite(overflow, 1, sim_state.overflow->size, f); in vc4_dump_to_file()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | util.c | 189 fwrite(buf, len, 1, stderr); in os_info() 201 fwrite(buf, len, 1, stderr); in os_warn()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | util.c | 196 fwrite(buf, len, 1, stderr); in os_info() 208 fwrite(buf, len, 1, stderr); in os_warn()
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | stdio.h | 59 size_t fwrite(const void* const __DIAGNOSE_PASS_OBJECT_SIZE0 buf, 63 "in call to 'fwrite', size * count overflows") 65 "in call to 'fwrite', size * count is too large for the given buffer") 74 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(fwrite)(buf, size, count, stream);
|
/third_party/musl/src/misc/ |
H A D | getopt.c | 22 && fwrite(b, strlen(b), 1, f) in __getopt_msg() 23 && fwrite(c, 1, l, f)==l in __getopt_msg()
|
/third_party/musl/include/fortify/linux/ |
H A D | stdio.h | 59 size_t fwrite(const void* const __DIAGNOSE_PASS_OBJECT_SIZE0 buf, 63 "in call to 'fwrite', size * count overflows") 65 "in call to 'fwrite', size * count is too large for the given buffer") 74 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(fwrite)(buf, size, count, stream);
|