FERROR
return (FERROR(iop) ? EOF : (ssize_t)count);
return (FERROR(iop) ? EOF : (int)count);
if (FERROR(iop) || count == EOF) {