Home | History | Annotate | Download | only in src

Lines Matching full:shf_error

844 #define shf_error(shf)		((shf)->flags & SHF_ERROR)
846 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
864 #define SHF_ERROR 0x0800 /* read()/write() error */