Home | History | Annotate | Download | only in Include

Lines Matching refs:__SEOF

267 #define __SEOF  0x0020    /**< found EOF */

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