Searched refs:fwrite (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/tools/console/testsuite/ |
A D | console-dom0.c | 97 fwrite(buffer, size, 1, stdout); in main()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xencov.c | 76 if (fwrite(p, 1, total_len, f) != total_len) in gcov_read()
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | fsif.h | 150 struct fsif_write_request fwrite; member
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | lkc.h | 93 if (fwrite(str, len, count, out) != count) in xfwrite()
|
A D | zconf.lex.c_shipped | 958 * we now use fwrite(). 960 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | biossums.c | 162 if (fwrite(bios_data, 1, bios_len, stream) < bios_len) { in main()
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | biossums.c | 205 if( fwrite( bios_data, 1, LEN_BIOS_DATA, stream ) < LEN_BIOS_DATA ) { in main()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | newlib-chk.patch | 71 ftell.lo fvwrite.lo fwalk.lo fwrite.lo getc.lo getchar.lo \
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_aoutils.c | 295 int wrote = fwrite(buf->buf + buf->used, 1, r, dc->log); in datacopier_readable()
|
A D | libxlu_cfg_l.c | 677 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
A D | libxlu_disk_l.c | 1151 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
Completed in 19 milliseconds