Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c130 if ((((fp->f_flags & (SMALC | SMSTR)) == (SMALC | SMSTR))
158 if (fp->f_flags & SMSTR)
H A Dvsnprintf.c65 fake.f_flags = SMWR | SMSTR;
H A Dsnprintf.c69 fake.f_flags = SMWR | SMSTR;
H A Dfflush.c103 if (t & SMSTR)
H A Dvasprintf.c69 fake.f_flags = SMWR | SMSTR | SMALC;
H A Dmakebuf.c142 if ((fp->f_flags & SMSTR) == 0)
H A Dstrio.c480 fp->f_flags = SMWR | SMSTR;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h229 #define SMSTR 0x000800 /* this is an snprintf string */ macro