/linux-2.6.39/arch/x86/boot/tools/ |
D | build.c | 223 if (fwrite(buf, 1, i, stdout) != i) in main() 228 if (fwrite(kernel, 1, sz, stdout) != sz) in main() 234 if (fwrite("\0", 1, 1, stdout) != 1) in main() 240 if (fwrite(&crc, 1, 4, stdout) != 4) in main()
|
/linux-2.6.39/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-2.6.39/tools/perf/util/ |
D | color.c | 272 return fwrite(buf, count, 1, fp) != 1; in color_fwrite_lines() 278 fwrite(buf, p ? (size_t)(p - buf) : count, 1, fp) != 1 || in color_fwrite_lines()
|
/linux-2.6.39/scripts/kconfig/ |
D | lkc.h | 98 if (fwrite(str, len, count, out) < count) in xfwrite()
|
D | lex.zconf.c_shipped | 936 * we now use fwrite(). 938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
|
/linux-2.6.39/Documentation/auxdisplay/ |
D | cfag12864b | 98 You can use the framebuffer as a file: fopen, fwrite, fclose...
|
/linux-2.6.39/arch/x86/boot/compressed/ |
D | relocs.c | 605 fwrite("\0\0\0\0", 4, 1, stdout); in emit_relocs() 612 fwrite(buf, 4, 1, stdout); in emit_relocs()
|
/linux-2.6.39/Documentation/usb/ |
D | gadget_printer.txt | 227 fwrite(buf, 1, bytes_read, stdout); 324 fwrite(buf, 1, bytes_read, stdout);
|
/linux-2.6.39/tools/firewire/ |
D | nosy-dump.c | 1006 fwrite(&length, sizeof length, 1, output); in main() 1007 fwrite(buf, 1, length, output); in main()
|
/linux-2.6.39/usr/ |
D | gen_init_cpio.c | 365 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile()
|
/linux-2.6.39/drivers/staging/vt6655/ |
D | device.h | 925 int Config_FileOperation(PSDevice pDevice, bool fwrite, unsigned char *Parameter);
|
D | device_main.c | 3000 int Config_FileOperation(PSDevice pDevice,bool fwrite,unsigned char *Parameter) { in Config_FileOperation() argument
|
/linux-2.6.39/tools/usb/ |
D | ffs-test.c | 443 ret = fwrite(buf, nbytes, 1, stdout); in empty_out_buf()
|
/linux-2.6.39/drivers/net/wireless/libertas/ |
D | debugfs.c | 694 #define FOPS(fread, fwrite) { \ argument 698 .write = (fwrite), \
|
/linux-2.6.39/scripts/dtc/ |
D | flattree.c | 431 if (fwrite(blob.val, blob.len, 1, f) != 1) { in dt_to_blob()
|
D | dtc-lexer.lex.c_shipped | 700 * we now use fwrite(). 702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
/linux-2.6.39/Documentation/ia64/ |
D | err_inject.txt | 141 fwrite(buf, sizeof(buf), 1, log);
|
/linux-2.6.39/scripts/genksyms/ |
D | lex.c_shipped | 785 * we now use fwrite(). 787 #define ECHO fwrite( yytext, yyleng, 1, yyout )
|
/linux-2.6.39/scripts/mod/ |
D | modpost.c | 1970 if (fwrite(b->p, 1, b->pos, file) != b->pos) { in write_if_changed()
|
/linux-2.6.39/fs/cifs/ |
D | CHANGES | 886 the iozone benchmark to fail on the fwrite test. Fix bug mounting two different
|