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

/freebsd-13-stable/contrib/sendmail/src/
H A Dsendmail.h1120 #define BODYTYPE_7BIT (1) macro
1123 #define BODYTYPE_VALID(b) ((b) == BODYTYPE_7BIT || (b) == BODYTYPE_8BITMIME)
H A Dutil.c383 return BODYTYPE_7BIT;
H A Dmain.c1471 SevenBitInput = (i == BODYTYPE_7BIT);

Completed in 136 milliseconds