Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/libsm/
HDfvwrite.c130 if ((((fp->f_flags & (SMALC | SMSTR)) == (SMALC | SMSTR))
HDvasprintf.c69 fake.f_flags = SMWR | SMSTR | SMALC;
/trueos/contrib/sendmail/include/sm/
HDio.h233 #define SMALC 0x010000 /* allocate string space dynamically */ macro