Home
last modified time | relevance | path

Searched refs:H_CHECK (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c440 h->h_flags |= H_CHECK;
1810 if (bitset(H_CHECK|H_ACHECK, h->h_flags) &&
H A Dqueue.c818 bitset(H_CHECK|H_ACHECK, h->h_flags))
H A Dsendmail.h804 #define H_CHECK 0x00000010 /* check h_mflags against m_flags */ macro