Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/sendmail/libsm/
HDrefill.c89 fp->f_flags |= SMERR; \
181 fp->f_flags |= SMERR;
269 fp->f_flags |= SMERR;
HDfflush.c142 fp->f_flags |= SMERR;
HDfvwrite.c277 fp->f_flags |= SMERR;
HDvfprintf.c132 if (fake.f_flags & SMERR)
133 fp->f_flags |= SMERR;
/freebsd-14-stable/contrib/sendmail/include/sm/
HDio.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)))