Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h980 #define BODYTYPE_7BIT (1) macro
983 #define BODYTYPE_VALID(b) ((b) == BODYTYPE_7BIT || (b) == BODYTYPE_8BITMIME)
H A Dutil.c383 return BODYTYPE_7BIT;
H A Dmain.c1458 SevenBitInput = (i == BODYTYPE_7BIT);