Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dfseek.c199 if ((fp->f_flags & SMOPT) == 0)
209 fp->f_flags |= SMOPT;
H A Dmakebuf.c153 return SMOPT;
H A Dsetvbuf.c94 flags &= ~(SMLBF | SMNBF | SMMBF | SMOPT | SMNPT | SMFEOF | SMNOW |
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h232 #define SMOPT 0x001000 /* do fseek() optimisation */ macro