Home
last modified time | relevance | path

Searched refs:SMERR (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Drefill.c90 fp->f_flags |= SMERR; \
182 fp->f_flags |= SMERR;
270 fp->f_flags |= SMERR;
H A Dfflush.c144 fp->f_flags |= SMERR;
H A Dfvwrite.c279 fp->f_flags |= SMERR;
H A Dvfprintf.c134 if (fake.f_flags & SMERR)
135 fp->f_flags |= SMERR;
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h228 #define SMERR 0x000100 /* found error */ macro
376 #define sm_error(p) (((p)->f_flags & SMERR) != 0)
377 #define sm_clearerr(p) ((void)((p)->f_flags &= ~(SMERR|SMFEOF)))