Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dcontrol.c370 if (!ISVALIDQGRP(qgrp))
H A Dqueue.c4424 if (ISVALIDQGRP(e->e_qgrp))
5878 ISVALIDQGRP(q->q_mailer->m_qgrp))
7807 SM_REQUIRE(ISVALIDQGRP(old->e_qgrp) && ISVALIDQDIR(old->e_qdir));
7808 SM_REQUIRE(ISVALIDQGRP(new->e_qgrp) && ISVALIDQDIR(new->e_qdir));
7832 SM_REQUIRE(ISVALIDQGRP(old->e_dfqgrp) && ISVALIDQDIR(old->e_dfqdir));
7833 SM_REQUIRE(ISVALIDQGRP(new->e_dfqgrp) && ISVALIDQDIR(new->e_dfqdir));
8013 SM_REQUIRE(ISVALIDQGRP(e->e_qgrp));
8028 else if (!ISVALIDQGRP(q->q_qgrp))
8039 if (ISVALIDQGRP(i))
8055 ISVALIDQGRP(q->q_mailer->m_qgrp))
[all …]
H A Dsendmail.h1947 #define ISVALIDQGRP(x) ((x) >= 0) /* valid queue group? */ macro
H A Dsrvrsmtp.c3080 if (!ISVALIDQGRP(qgrp))