Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Drefill.c88 fp->f_flags |= SMERR; \
180 fp->f_flags |= SMERR;
268 fp->f_flags |= SMERR;
H A Dfflush.c142 fp->f_flags |= SMERR;
H A Dfvwrite.c277 fp->f_flags |= SMERR;
H A Dvfprintf.c132 if (fake.f_flags & SMERR)
133 fp->f_flags |= SMERR;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h226 #define SMERR 0x000100 /* found error */ macro
374 #define sm_error(p) (((p)->f_flags & SMERR) != 0)
375 #define sm_clearerr(p) ((void)((p)->f_flags &= ~(SMERR|SMFEOF)))