Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsetvbuf.c87 if (flags & SMMBF)
92 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
139 flags |= SMMBF;
H A Dfclose.c138 if (fp->f_flags & SMMBF)
H A Dmakebuf.c64 flags |= SMMBF;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h227 #define SMMBF 0x000200 /* buf is from malloc */ macro