Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dsetvbuf.c88 if (flags & SMMBF)
93 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
140 flags |= SMMBF;
H A Dfclose.c138 if (fp->f_flags & SMMBF)
H A Dmakebuf.c64 flags |= SMMBF;
/freebsd/contrib/sendmail/include/sm/
H A Dio.h227 #define SMMBF 0x000200 /* buf is from malloc */ macro