Searched refs:SMOPT (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmakebuf.c88 ** SMOPT -- seek opimized
139 ** unconditionally; it will only be used if SMOPT is also set.
151 return SMOPT;
H A Dfseek.c197 if ((fp->f_flags & SMOPT) == 0)
207 fp->f_flags |= SMOPT;
H A Dsetvbuf.c92 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h230 #define SMOPT 0x001000 /* do fseek() optimisation */ macro

Completed in 81 milliseconds