Home | History | Annotate | Download | only in Include

Lines Matching refs:__SERR

268 #define __SERR  0x0040    /**< found error */

1596 #define __sferror(p) (((p)->_flags & __SERR) != 0)
1597 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))