Home
last modified time | relevance | path

Searched refs:SMFEOF (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfseek.c275 fp->f_flags &= ~SMFEOF;
296 fp->f_flags &= ~SMFEOF;
333 fp->f_flags &= ~SMFEOF;
H A Drefill.c169 if (fp->f_flags & SMFEOF)
266 fp->f_flags |= SMFEOF;
H A Dwsetup.c60 fp->f_flags &= ~(SMRD|SMFEOF);
H A Dsetvbuf.c92 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
H A Dungetc.c151 fp->f_flags &= ~SMFEOF;
H A Dfopen.c278 fp->f_flags = SMFEOF; /* hold on to it */
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h225 #define SMFEOF 0x000080 /* found EOF */ macro
373 #define sm_eof(p) (((p)->f_flags & SMFEOF) != 0)
375 #define sm_clearerr(p) ((void)((p)->f_flags &= ~(SMERR|SMFEOF)))