Searched refs:fread (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/ |
A D | newlib-chk.patch | 34 fread.c \ 52 lib_a-fputs.$(OBJEXT) lib_a-fread.$(OBJEXT) \ 68 - fread.lo freopen.lo fscanf.lo fiscanf.lo fseek.lo fsetpos.lo \ 70 + fputs.lo fread.lo freopen.lo fscanf.lo fiscanf.lo fseek.lo fsetpos.lo \ 89 fread.c \
|
/xen-4.10.0-shim-comet/tools/fuzz/libelf/ |
A D | afl-libelf-fuzzer.c | 31 size = fread(input, 1, INPUT_SIZE, fp); in main()
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | afl-harness.c | 94 size = fread(input, 1, INPUT_SIZE, fp); in main()
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | fsif.h | 149 struct fsif_read_request fread; member
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-detect.c | 160 datalen = fread(content, 1, stab.st_size, f); in read_file_content()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | biossums.c | 66 bios_len = fread(bios_data, 1, MAX_BIOS_DATA, stream); in main()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_linux.c | 287 if (fread(header, sizeof(PROCNETDEV_HEADER) - 1, 1, in xenstat_collect_networks()
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | biossums.c | 88 if( fread( bios_data, 1, LEN_BIOS_DATA, stream ) < LEN_BIOS_DATA ) { in main()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_utils.c | 368 rs = fread(data, 1, datalen, f); in libxl_read_file_contents() 445 rs = fread(data, 1, datalen, f); in libxl__read_sysfs_file_contents()
|
A D | libxlu_cfg_l.c | 701 while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
A D | libxlu_disk_l.c | 1175 while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.lex.c_shipped | 241 * instead of fread(), to make sure we stop fetching input after
|
Completed in 22 milliseconds