Home | History | Annotate | Download | only in qemu

Lines Matching defs:fp

226     FILE *fp = s->stdio_file;
230 clearerr(fp);
231 bytes = fread(buf, 1, size, fp);
232 } while ((bytes == 0) && ferror(fp) && (errno == EINTR));