Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/boot/tools/
Dbuild.c223 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/
DREADME.hm12112 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/
Dcolor.c272 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/
Dlkc.h98 if (fwrite(str, len, count, out) < count) in xfwrite()
Dlex.zconf.c_shipped936 * we now use fwrite().
938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
/linux-2.6.39/Documentation/auxdisplay/
Dcfag12864b98 You can use the framebuffer as a file: fopen, fwrite, fclose...
/linux-2.6.39/arch/x86/boot/compressed/
Drelocs.c605 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/
Dgadget_printer.txt227 fwrite(buf, 1, bytes_read, stdout);
324 fwrite(buf, 1, bytes_read, stdout);
/linux-2.6.39/tools/firewire/
Dnosy-dump.c1006 fwrite(&length, sizeof length, 1, output); in main()
1007 fwrite(buf, 1, length, output); in main()
/linux-2.6.39/usr/
Dgen_init_cpio.c365 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile()
/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h925 int Config_FileOperation(PSDevice pDevice, bool fwrite, unsigned char *Parameter);
Ddevice_main.c3000 int Config_FileOperation(PSDevice pDevice,bool fwrite,unsigned char *Parameter) { in Config_FileOperation() argument
/linux-2.6.39/tools/usb/
Dffs-test.c443 ret = fwrite(buf, nbytes, 1, stdout); in empty_out_buf()
/linux-2.6.39/drivers/net/wireless/libertas/
Ddebugfs.c694 #define FOPS(fread, fwrite) { \ argument
698 .write = (fwrite), \
/linux-2.6.39/scripts/dtc/
Dflattree.c431 if (fwrite(blob.val, blob.len, 1, f) != 1) { in dt_to_blob()
Ddtc-lexer.lex.c_shipped700 * we now use fwrite().
702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
/linux-2.6.39/Documentation/ia64/
Derr_inject.txt141 fwrite(buf, sizeof(buf), 1, log);
/linux-2.6.39/scripts/genksyms/
Dlex.c_shipped785 * we now use fwrite().
787 #define ECHO fwrite( yytext, yyleng, 1, yyout )
/linux-2.6.39/scripts/mod/
Dmodpost.c1970 if (fwrite(b->p, 1, b->pos, file) != b->pos) { in write_if_changed()
/linux-2.6.39/fs/cifs/
DCHANGES886 the iozone benchmark to fail on the fwrite test. Fix bug mounting two different