Searched refs:fwrite (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/tools/perf/
H A Dperf-read-vdso.c24 written = fwrite(start, 1, size, stdout);
H A Dbuiltin-ftrace.c150 if (fwrite(buf, n, 1, stdout) != 1)
651 if (fwrite(buf, n, 1, stdout) != 1)
673 if (fwrite(buf, n, 1, stdout) != 1)
/linux-master/tools/testing/selftests/arm64/pauth/
H A Dexec_target.c31 fwrite(&signed_vals, sizeof(struct signatures), 1, stdout);
/linux-master/tools/perf/util/
H A Dcolor.c105 return fwrite(buf, count, 1, fp) != 1;
111 fwrite(buf, p ? (size_t)(p - buf) : count, 1, fp) != 1 ||
H A Ds390-cpumsf.c230 size_t n = fwrite(sample->raw_data, sample->raw_size - 4, 1,
722 size_t rc = fwrite(buffer->data, buffer->size, 1,
740 size_t rc = fwrite(buffer->data, buffer->size, 1,
H A Ddata.c419 if (fwrite(buf, size, 1, data->file.fptr) == 1)
/linux-master/arch/um/os-Linux/
H A Dutil.c196 fwrite(buf, len, 1, stderr);
208 fwrite(buf, len, 1, stderr);
/linux-master/arch/x86/boot/tools/
H A Dbuild.c226 if (fwrite(buf, 1, i, dest) != i)
231 if (fwrite(kernel, 1, sz, dest) != sz)
236 if (fwrite(buf, 1, 4, dest) != 4)
/linux-master/tools/power/acpi/tools/acpidump/
H A Dapfiles.c154 actual = fwrite(table, 1, table_length, file);
/linux-master/samples/vfs/
H A Dtest-statx.c66 fwrite(buffer, 1, len, stdout);
73 fwrite(buffer, 1, len, stdout);
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c259 #define FOPS_RW(fopen, fwrite) { \
264 .write = (fwrite), \
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h112 fwrite(stripped_addr, stripped_len, 1, outfile);
/linux-master/tools/perf/tests/
H A Dpmu.c109 if (1 != fwrite(format->value, strlen(format->value), 1, file))
H A Dattr.c58 if (1 != fwrite(buf, size, 1, file)) { \
/linux-master/scripts/kconfig/
H A Dlkc.h50 if (fwrite(str, len, count, out) != count)
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.c320 if (!fwrite(&header, sizeof(header), 1, fp)) {
346 if (!fwrite(&rec, sizeof(rec), 1, fp))
/linux-master/drivers/acpi/acpica/
H A Dutprint.c631 (void)fwrite(acpi_gbl_print_buffer, length, 1, ACPI_FILE_OUT);
684 (void)fwrite(acpi_gbl_print_buffer, length, 1, file);
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh345 if (fwrite(&header,sizeof(header),1,f) != 1)
369 if (fwrite(&rec,sizeof(rec),1,f) != 1 ||
370 fwrite(dat, sz, 1, f) != 1)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_autosize.c118 written = fwrite(raw_data, 1, raw_sz, f);
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c162 fwrite(p, n, 1, fp);
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h174 fwrite(stripped_addr, stripped_len, 1, outfile);
/linux-master/tools/include/nolibc/
H A Dstdio.h140 /* fwrite(), puts(), fputs(). Note that puts() emits '\n' but not fputs(). */
142 /* internal fwrite()-like function which only takes a size and returns 0 on
162 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) function
/linux-master/arch/mips/boot/tools/
H A Drelocs.c436 if (fwrite(&shdr, sizeof(shdr), 1, fp) != 1)
558 return fwrite(buf, 1, 4, f);
/linux-master/usr/
H A Dgen_init_cpio.c420 if (fwrite(filebuf, this_read, 1, stdout) != 1) {
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c174 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record),

Completed in 333 milliseconds

12