Searched refs:SMWR (Results 1 - 19 of 19) sorted by relevance
/sendmail/libsm/ |
H A D | flags.c | 46 ret = SMWR; 50 ret = SMWR;
|
H A D | wsetup.c | 46 if ((fp->f_flags & SMWR) == 0) 64 fp->f_flags |= SMWR; 75 ** to 0 whenever we turn off SMWR.
|
H A D | refill.c | 122 if ((fp->f_flags & (SMLBF|SMWR)) == (SMLBF|SMWR)) 185 if (fp->f_flags & SMWR) 189 fp->f_flags &= ~SMWR;
|
H A D | fflush.c | 54 if ((fp->f_flags & (SMWR | SMRW)) == 0) 58 ** (writable means SMWR [write] or SMRW [read/write]. 100 if ((t & SMWR) == 0)
|
H A D | strio.c | 132 if (!(s->strio_flags & SMWR) && !(s->strio_flags & SMRW)) 249 s->strio_flags = SMWR; 336 flags = SMWR; 377 case SMWR: 480 fp->f_flags = SMWR | SMSTR;
|
H A D | ungetc.c | 126 if (fp->f_flags & SMWR) 130 fp->f_flags &= ~SMWR;
|
H A D | fpos.c | 137 else if (fp->f_flags & SMWR && fp->f_p != NULL)
|
H A D | snprintf.c | 69 fake.f_flags = SMWR | SMSTR;
|
H A D | vasprintf.c | 69 fake.f_flags = SMWR | SMSTR | SMALC;
|
H A D | vsnprintf.c | 65 fake.f_flags = SMWR | SMSTR;
|
H A D | fclose.c | 120 r = fp->f_flags & SMWR ? sm_flush(fp, (int *) &timeout) : 0;
|
H A D | findfp.c | 91 smio(SMWR|SMLBF, SMIOOUT_FILENO, "smioout"), /* smioout */ 92 smio(SMWR|SMNBF, SMIOERR_FILENO, "smioerr"), /* smioerr */ 94 smstd(SMWR|SMNBF, SMIOOUT_FILENO, "smiostdout"),/* smiostdout */ 95 smstd(SMWR|SMNBF, SMIOERR_FILENO, "smiostderr") /* smiostderr */
|
H A D | stdio.c | 240 flags |= SMWR; 279 case SMWR: 501 ioflags = SMWR;
|
H A D | setvbuf.c | 167 if (flags & SMWR)
|
H A D | fseek.c | 164 else if (fp->f_flags & SMWR && fp->f_p != NULL) 195 if (fp->f_flags & (SMWR | SMRW | SMNBF | SMNPT))
|
H A D | smstdio.c | 357 ioflags = SMWR;
|
H A D | local.h | 82 ((((fp)->f_flags & SMWR) == 0 || (fp)->f_bf.smb_base == NULL) && \
|
H A D | vfprintf.c | 320 if ((fp->f_flags & (SMNBF|SMWR|SMRW)) == (SMNBF|SMWR) &&
|
/sendmail/include/sm/ |
H A D | io.h | 83 ** if (flags&(SMLBF|SMWR)) == (SMLBF|SMWR), 86 ** if flags&SMWR, r is 0 222 #define SMWR 0x000020 /* OK to write */ macro
|
Completed in 45 milliseconds