Home
last modified time | relevance | path

Searched refs:QS_IS_OK (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Drecipient.c844 if (!QS_IS_OK(new->q_state))
931 if (!quoted && QS_IS_OK(new->q_state) &&
977 QS_IS_OK(new->q_state))
987 if (QS_IS_OK(new->q_state) &&
H A Dalias.c69 if (!QS_IS_OK(a->q_state))
989 !QS_IS_OK(user->q_state))
H A Ddeliver.c1007 else if (QS_IS_OK(q->q_state))
1763 if (!QS_IS_OK(to->q_state))
1970 if (!QS_IS_OK(to->q_state)) /* already sent; look at next */
2206 if (!QS_IS_OK(to->q_state))
4496 if (!QS_IS_OK(to->q_state))
H A Denvelope.c458 if ((QS_IS_OK(q->q_state) ||
H A Dsendmail.h489 #define QS_IS_OK(s) ((s) == QS_OK) macro