Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dcollect.c323 HasEightBits = false;
424 HasEightBits |= bitset(0x80, c);
885 if (HasEightBits)
Dutil.c1501 else if (!HasEightBits)
1507 HasEightBits = true;
Dheaders.c1059 if (HasEightBits)
Dsendmail.h2450 EXTERN bool HasEightBits; /* has at least one eight bit input byte */ variable