Searched refs:SMERR (Results 1 – 5 of 5) sorted by relevance
88 fp->f_flags |= SMERR; \180 fp->f_flags |= SMERR;268 fp->f_flags |= SMERR;
142 fp->f_flags |= SMERR;
277 fp->f_flags |= SMERR;
132 if (fake.f_flags & SMERR)133 fp->f_flags |= SMERR;
226 #define SMERR 0x000100 /* found error */ macro374 #define sm_error(p) (((p)->f_flags & SMERR) != 0)375 #define sm_clearerr(p) ((void)((p)->f_flags &= ~(SMERR|SMFEOF)))