Home
last modified time | relevance | path

Searched refs:SMMBF (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dsetvbuf.c89 if (flags & SMMBF)
94 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
141 flags |= SMMBF;
H A Dfclose.c140 if (fp->f_flags & SMMBF)
H A Dmakebuf.c66 flags |= SMMBF;
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h229 #define SMMBF 0x000200 /* buf is from malloc */ macro