Home | History | Annotate | Download | only in libcpu

Lines Matching refs:ferror

687 		if ( c == EOF && ferror( i386_in ) ) \
694 while ( (result = fread(buf, 1, max_size, i386_in))==0 && ferror(i386_in)) \