Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.vers.c92 # define SMSTR ",sm" in fix_version() macro
94 # define SMSTR "" in fix_version()
162 ALSTR, KANSTR, SMSTR, HBSTR, NGSTR, RHSTR, AFSSTR, NDSTR, in fix_version()
/freebsd/contrib/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;
/freebsd/contrib/sendmail/include/sm/
H A Dio.h229 #define SMSTR 0x000800 /* this is an snprintf string */ macro