Searched refs:SMWR (Results 1 – 19 of 19) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | refill.c | 124 if ((fp->f_flags & (SMLBF|SMWR)) == (SMLBF|SMWR)) 187 if (fp->f_flags & SMWR) 191 fp->f_flags &= ~SMWR;
|
H A D | flags.c | 48 ret = SMWR; 52 ret = SMWR;
|
H A D | strio.c | 134 if (!(s->strio_flags & SMWR) && !(s->strio_flags & SMRW)) 251 s->strio_flags = SMWR; 338 flags = SMWR; 379 case SMWR: 482 fp->f_flags = SMWR | SMSTR;
|
H A D | wsetup.c | 48 if ((fp->f_flags & SMWR) == 0) 66 fp->f_flags |= SMWR;
|
H A D | fflush.c | 56 if ((fp->f_flags & (SMWR | SMRW)) == 0) 102 if ((t & SMWR) == 0)
|
H A D | findfp.c | 93 smio(SMWR|SMLBF, SMIOOUT_FILENO, "smioout"), /* smioout */ 94 smio(SMWR|SMNBF, SMIOERR_FILENO, "smioerr"), /* smioerr */ 96 smstd(SMWR|SMNBF, SMIOOUT_FILENO, "smiostdout"),/* smiostdout */ 97 smstd(SMWR|SMNBF, SMIOERR_FILENO, "smiostderr") /* smiostderr */
|
H A D | stdio.c | 242 flags |= SMWR; 281 case SMWR: 503 ioflags = SMWR;
|
H A D | ungetc.c | 128 if (fp->f_flags & SMWR) 132 fp->f_flags &= ~SMWR;
|
H A D | fseek.c | 166 else if (fp->f_flags & SMWR && fp->f_p != NULL) 197 if (fp->f_flags & (SMWR | SMRW | SMNBF | SMNPT))
|
H A D | vsnprintf.c | 67 fake.f_flags = SMWR | SMSTR;
|
H A D | fpos.c | 139 else if (fp->f_flags & SMWR && fp->f_p != NULL)
|
H A D | snprintf.c | 71 fake.f_flags = SMWR | SMSTR;
|
H A D | fclose.c | 122 r = fp->f_flags & SMWR ? sm_flush(fp, (int *) &timeout) : 0;
|
H A D | vasprintf.c | 71 fake.f_flags = SMWR | SMSTR | SMALC;
|
H A D | setvbuf.c | 169 if (flags & SMWR)
|
H A D | smstdio.c | 359 ioflags = SMWR;
|
H A D | local.h | 84 ((((fp)->f_flags & SMWR) == 0 || (fp)->f_bf.smb_base == NULL) && \
|
H A D | vfprintf.c | 322 if ((fp->f_flags & (SMNBF|SMWR|SMRW)) == (SMNBF|SMWR) &&
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 224 #define SMWR 0x000020 /* OK to write */ macro
|