Searched refs:VSTREAM_FLAG_ERR (Results 1 – 2 of 2) sorted by relevance
766 return ((bp->flags & VSTREAM_FLAG_ERR) ? VSTREAM_EOF : 0); in vstream_fflush_some()782 return ((bp->flags & VSTREAM_FLAG_ERR) ? VSTREAM_EOF : 0); in vstream_fflush_some()783 if (bp->flags & VSTREAM_FLAG_ERR) in vstream_fflush_some()855 return ((bp->flags & VSTREAM_FLAG_ERR) ? VSTREAM_EOF : 0); in vstream_fflush_some()
79 #define VSTREAM_FLAG_ERR VBUF_FLAG_ERR /* some I/O error */ macro