Home
last modified time | relevance | path

Searched refs:SMSTR (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c132 if ((((fp->f_flags & (SMALC | SMSTR)) == (SMALC | SMSTR))
160 if (fp->f_flags & SMSTR)
H A Dvsnprintf.c67 fake.f_flags = SMWR | SMSTR;
H A Dsnprintf.c71 fake.f_flags = SMWR | SMSTR;
H A Dfflush.c105 if (t & SMSTR)
H A Dvasprintf.c71 fake.f_flags = SMWR | SMSTR | SMALC;
H A Dmakebuf.c144 if ((fp->f_flags & SMSTR) == 0)
H A Dstrio.c482 fp->f_flags = SMWR | SMSTR;
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h231 #define SMSTR 0x000800 /* this is an snprintf string */ macro