Home
last modified time | relevance | path

Searched refs:RSF_UNSTRUCTURED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c61 (void) rscheck("check_eoh", hnum, hsize, e, RSF_UNSTRUCTURED|RSF_COUNT,
H A Dparseaddr.c3139 if (bitset(RSF_UNSTRUCTURED, flags))
3142 if (bitset(RSF_UNSTRUCTURED, flags))
H A Dheaders.c289 rscheckflags |= RSF_UNSTRUCTURED;
H A Dsrvrsmtp.c3362 RSF_RMCOMM|RSF_UNSTRUCTURED|RSF_COUNT, 3, NULL,
3485 (void) rscheck("check_eom", buf, NULL, e, RSF_UNSTRUCTURED|RSF_COUNT,
H A Dsendmail.h1680 #define RSF_UNSTRUCTURED 0x0002 /* unstructured, ignore syntax errors */ macro