/linux-4.4.14/arch/x86/boot/tools/ |
D | build.c | 406 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/ |
D | perf-read-vdso.c | 23 written = fwrite(start, 1, size, stdout); in main()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 112 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/ |
D | color.c | 137 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/ |
D | oslibcfs.c | 156 length = fwrite(buffer, size, count, file); in acpi_os_write_file()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 262 #define FOPS_RW(fopen, fwrite) { \ argument 267 .write = (fwrite), \
|
/linux-4.4.14/tools/perf/tests/ |
D | pmu.c | 104 if (1 != fwrite(format->value, strlen(format->value), 1, file)) in test_format_dir_get()
|
D | attr.c | 50 if (1 != fwrite(buf, size, 1, file)) { \
|
/linux-4.4.14/scripts/kconfig/ |
D | lkc.h | 93 if (fwrite(str, len, count, out) != count) in xfwrite()
|
D | zconf.lex.c | 960 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
|
D | zconf.lex.c_shipped | 958 * we now use fwrite(). 960 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | cfag12864b | 98 You can use the framebuffer as a file: fopen, fwrite, fclose...
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.h | 131 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-chardev.txt | 20 and write semantics, users can simply fread or fwrite bigger areas in
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_printer.txt | 227 fwrite(buf, 1, bytes_read, stdout); 324 fwrite(buf, 1, bytes_read, stdout);
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.c | 1010 fwrite(&length, sizeof length, 1, output); in main() 1011 fwrite(buf, 1, length, output); in main()
|
/linux-4.4.14/usr/ |
D | gen_init_cpio.c | 363 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | debugfs.c | 691 #define FOPS(fread, fwrite) { \ argument 695 .write = (fwrite), \
|
/linux-4.4.14/tools/usb/ |
D | ffs-test.c | 504 ret = fwrite(buf, nbytes, 1, stdout); in empty_out_buf()
|
/linux-4.4.14/scripts/dtc/ |
D | flattree.c | 434 if (fwrite(blob.val, blob.len, 1, f) != 1) { in dt_to_blob()
|
D | dtc-lexer.lex.c_shipped | 758 * we now use fwrite(). 760 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs.c | 961 return fwrite(buf, 1, 4, f) == 4 ? 0 : -1; in write32()
|
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 163 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 661 * we now use fwrite(). 663 #define ECHO fwrite( yytext, yyleng, 1, yyout )
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 141 fwrite(buf, sizeof(buf), 1, log);
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 2284 if (fwrite(b->p, 1, b->pos, file) != b->pos) { in write_if_changed()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 886 the iozone benchmark to fail on the fwrite test. Fix bug mounting two different
|