Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dfseek.c197 if ((fp->f_flags & SMOPT) == 0)
207 fp->f_flags |= SMOPT;
H A Dmakebuf.c151 return SMOPT;
H A Dsetvbuf.c93 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
/freebsd/contrib/sendmail/include/sm/
H A Dio.h230 #define SMOPT 0x001000 /* do fseek() optimisation */ macro