Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/arch/x86/boot/tools/
Dbuild.c406 if (fwrite(buf, 1, i, dest) != i) in main()
411 if (fwrite(kernel, 1, sz, dest) != sz) in main()
417 if (fwrite("\0", 1, 1, dest) != 1) in main()
424 if (fwrite(buf, 1, 4, dest) != 4) in main()
/linux-4.4.14/tools/perf/
Dperf-read-vdso.c23 written = fwrite(start, 1, size, stdout); in main()
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.hm12112 fwrite(framey, sizeof(framey), 1, stdout);
113 fwrite(framev, sizeof(framev), 1, stdout);
114 fwrite(frameu, sizeof(frameu), 1, stdout);
/linux-4.4.14/tools/perf/util/
Dcolor.c137 return fwrite(buf, count, 1, fp) != 1; in color_fwrite_lines()
143 fwrite(buf, p ? (size_t)(p - buf) : count, 1, fp) != 1 || in color_fwrite_lines()
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Doslibcfs.c156 length = fwrite(buffer, size, count, file); in acpi_os_write_file()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_debugfs.c262 #define FOPS_RW(fopen, fwrite) { \ argument
267 .write = (fwrite), \
/linux-4.4.14/tools/perf/tests/
Dpmu.c104 if (1 != fwrite(format->value, strlen(format->value), 1, file)) in test_format_dir_get()
Dattr.c50 if (1 != fwrite(buf, size, 1, file)) { \
/linux-4.4.14/scripts/kconfig/
Dlkc.h93 if (fwrite(str, len, count, out) != count) in xfwrite()
Dzconf.lex.c960 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
Dzconf.lex.c_shipped958 * we now use fwrite().
960 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
/linux-4.4.14/Documentation/auxdisplay/
Dcfag12864b98 You can use the framebuffer as a file: fopen, fwrite, fclose...
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.h131 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
/linux-4.4.14/Documentation/fmc/
Dfmc-chardev.txt20 and write semantics, users can simply fread or fwrite bigger areas in
/linux-4.4.14/Documentation/usb/
Dgadget_printer.txt227 fwrite(buf, 1, bytes_read, stdout);
324 fwrite(buf, 1, bytes_read, stdout);
/linux-4.4.14/tools/firewire/
Dnosy-dump.c1010 fwrite(&length, sizeof length, 1, output); in main()
1011 fwrite(buf, 1, length, output); in main()
/linux-4.4.14/usr/
Dgen_init_cpio.c363 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile()
/linux-4.4.14/drivers/net/wireless/libertas/
Ddebugfs.c691 #define FOPS(fread, fwrite) { \ argument
695 .write = (fwrite), \
/linux-4.4.14/tools/usb/
Dffs-test.c504 ret = fwrite(buf, nbytes, 1, stdout); in empty_out_buf()
/linux-4.4.14/scripts/dtc/
Dflattree.c434 if (fwrite(blob.val, blob.len, 1, f) != 1) { in dt_to_blob()
Ddtc-lexer.lex.c_shipped758 * we now use fwrite().
760 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
/linux-4.4.14/arch/x86/tools/
Drelocs.c961 return fwrite(buf, 1, 4, f) == 4 ? 0 : -1; in write32()
/linux-4.4.14/tools/hv/
Dhv_kvp_daemon.c163 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped661 * we now use fwrite().
663 #define ECHO fwrite( yytext, yyleng, 1, yyout )
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt141 fwrite(buf, sizeof(buf), 1, log);
/linux-4.4.14/scripts/mod/
Dmodpost.c2284 if (fwrite(b->p, 1, b->pos, file) != b->pos) { in write_if_changed()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES886 the iozone benchmark to fail on the fwrite test. Fix bug mounting two different