Searched refs:SMLBF (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfpurge.c51 fp->f_w = fp->f_flags & (SMLBF|SMNBF) ? 0 : fp->f_bf.smb_size;
H A Dsetvbuf.c92 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
158 flags |= SMLBF;
174 if (flags & SMLBF)
H A Dwbuf.c84 if (++n == fp->f_bf.smb_size || (fp->f_flags & SMLBF && c == '\n'))
H A Dwsetup.c70 if (fp->f_flags & SMLBF)
H A Drefill.c123 if ((fp->f_flags & (SMLBF|SMWR)) == (SMLBF|SMWR))
226 if (fp->f_flags & (SMLBF|SMNBF))
H A Dfflush.c127 fp->f_w = t & (SMLBF|SMNBF) ? 0 : fp->f_bf.smb_size; /* implies SMFBF */
H A Dmakebuf.c68 flags |= SMLBF;
H A Dfindfp.c90 smio(SMRD|SMLBF, SMIOIN_FILENO, "smioin"), /* smioin */
91 smio(SMWR|SMLBF, SMIOOUT_FILENO, "smioout"), /* smioout */
H A Dfvwrite.c112 else if ((fp->f_flags & SMLBF) == 0)
115 ** Not SMLBF (line-buffered). Either SMFBF or SMNOW
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h83 ** if (flags&(SMLBF|SMWR)) == (SMLBF|SMWR),
218 #define SMLBF 0x000002 /* line buffered */ macro

Completed in 178 milliseconds