Lines Matching refs:shf_error
292 if (shf->flags & SHF_ERROR) {
323 if (shf->flags & SHF_ERROR) {
365 shf->flags |= SHF_ERROR;
409 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
410 if (shf->flags & SHF_ERROR)
428 shf->flags |= SHF_ERROR;
469 return (orig_bsize == bsize ? (shf_error(shf) ? EOF : 0) :
541 if ((shf->flags & SHF_ERROR) || c == EOF ||
587 if (shf->flags & SHF_ERROR) {
596 shf->flags |= SHF_ERROR;
670 shf->flags |= SHF_ERROR;
1064 return (shf_error(shf) ? EOF : nwritten);