Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dparseaddr.c277 if (!EightBitAddrOK && (*addr & 0340) == 0200)
354 if (!EightBitAddrOK && !quoted && (*addr < 32 || *addr == 127))
372 if (!EightBitAddrOK && (*addr & 0340) == 0200)
765 !EightBitAddrOK)
H A Dsendmail.h2213 EXTERN bool EightBitAddrOK; /* we'll let 8-bit addresses through */ variable
H A Dreadcf.c3968 EightBitAddrOK = atobool(val);