Home | History | Annotate | Download | only in src

Lines Matching refs:shf_error

1035 #define shf_error(shf)		((shf)->flags & SHF_ERROR)
1037 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
1055 #define SHF_ERROR 0x0800 /* read()/write() error */