Home | History | Annotate | Download | only in src

Lines Matching full:ferror

1131 		if ( c == EOF && ferror( gram_in ) ) \
1138 while ( (result = fread(buf, 1, max_size, gram_in))==0 && ferror(gram_in)) \