Home
last modified time | relevance | path

Searched refs:SMALC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c130 if ((((fp->f_flags & (SMALC | SMSTR)) == (SMALC | SMSTR))
H A Dvasprintf.c69 fake.f_flags = SMWR | SMSTR | SMALC;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h233 #define SMALC 0x010000 /* allocate string space dynamically */ macro