Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c368 if (!ISVALIDQGRP(qgrp))
H A Dqueue.c4424 if (ISVALIDQGRP(e->e_qgrp))
5879 ISVALIDQGRP(q->q_mailer->m_qgrp))
7808 SM_REQUIRE(ISVALIDQGRP(old->e_qgrp) && ISVALIDQDIR(old->e_qdir));
7809 SM_REQUIRE(ISVALIDQGRP(new->e_qgrp) && ISVALIDQDIR(new->e_qdir));
8014 SM_REQUIRE(ISVALIDQGRP(e->e_qgrp));
8029 else if (!ISVALIDQGRP(q->q_qgrp))
8040 if (ISVALIDQGRP(i))
8056 ISVALIDQGRP(q->q_mailer->m_qgrp))
8061 else if (ISVALIDQGRP(e->e_qgrp))
8196 if (!ISVALIDQGRP(e->e_qgrp) || bitset(EF_SPLIT, e->e_flags))
[all …]
H A Dsendmail.h1947 #define ISVALIDQGRP(x) ((x) >= 0) /* valid queue group? */ macro
H A Dsrvrsmtp.c3080 if (!ISVALIDQGRP(qgrp))