Home
last modified time | relevance | path

Searched refs:HasEightBits (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dcollect.c407 HasEightBits = false;
509 HasEightBits |= bitset(0x80, c);
1029 if (HasEightBits)
H A Dutil.c1500 else if (!HasEightBits)
1506 HasEightBits = true;
H A Dheaders.c1072 if (HasEightBits)
H A Dsendmail.h2524 EXTERN bool HasEightBits; /* has at least one eight bit input byte */ variable