Searched refs:SMNBF (Results 1 - 11 of 11) sorted by relevance
/sendmail/libsm/ |
H A D | fpurge.c | 51 fp->f_w = fp->f_flags & (SMLBF|SMNBF) ? 0 : fp->f_bf.smb_size;
|
H A D | wsetup.c | 82 fp->f_w = fp->f_flags & SMNBF ? 0 : fp->f_bf.smb_size;
|
H A D | findfp.c | 51 {SmFileMagic, 0, 0, 0, (SMRW|SMNBF), -1, {0, 0}, 0, 0, 0, 59 {SmFileMagic, 0, 0, 0, (SMRW|SMNBF), -1, {0, 0}, 0, 0, 0, 81 SM_FILE_T SmFtRealStdio_def = smstd(SMRW|SMNBF, -1, "realstdio"); 92 smio(SMWR|SMNBF, SMIOERR_FILENO, "smioerr"), /* smioerr */ 93 smstd(SMRD|SMNBF, SMIOIN_FILENO, "smiostdin"), /* smiostdin */ 94 smstd(SMWR|SMNBF, SMIOOUT_FILENO, "smiostdout"),/* smiostdout */ 95 smstd(SMWR|SMNBF, SMIOERR_FILENO, "smiostderr") /* smiostderr */
|
H A D | makebuf.c | 48 if (fp->f_flags & SMNBF) 57 fp->f_flags |= SMNBF;
|
H A D | setvbuf.c | 92 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW | 133 fp->f_flags = flags | SMNBF; 171 ** that SMNBF is impossible (it was handled earlier).
|
H A D | fflush.c | 127 fp->f_w = t & (SMLBF|SMNBF) ? 0 : fp->f_bf.smb_size; /* implies SMFBF */
|
H A D | refill.c | 225 if (fp->f_flags & (SMLBF|SMNBF))
|
H A D | vfprintf.c | 112 fake.f_flags = fp->f_flags & ~SMNBF; 320 if ((fp->f_flags & (SMNBF|SMWR|SMRW)) == (SMNBF|SMWR) &&
|
H A D | fseek.c | 189 ** We must check SMNBF first, because it is possible to have SMNBF 195 if (fp->f_flags & (SMWR | SMRW | SMNBF | SMNPT))
|
H A D | fvwrite.c | 86 if (fp->f_flags & SMNBF)
|
/sendmail/include/sm/ |
H A D | io.h | 219 #define SMNBF 0x000004 /* unbuffered */ macro
|
Completed in 1737 milliseconds