Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcontrol.c366 if (!ISVALIDQGRP(qgrp))
H A Dqueue.c4543 if (ISVALIDQGRP(e->e_qgrp))
6024 ISVALIDQGRP(q->q_mailer->m_qgrp))
8083 SM_REQUIRE(ISVALIDQGRP(old->e_qgrp) && ISVALIDQDIR(old->e_qdir));
8084 SM_REQUIRE(ISVALIDQGRP(new->e_qgrp) && ISVALIDQDIR(new->e_qdir));
8108 SM_REQUIRE(ISVALIDQGRP(old->e_dfqgrp) && ISVALIDQDIR(old->e_dfqdir));
8109 SM_REQUIRE(ISVALIDQGRP(new->e_dfqgrp) && ISVALIDQDIR(new->e_dfqdir));
8289 SM_REQUIRE(ISVALIDQGRP(e->e_qgrp));
8304 else if (!ISVALIDQGRP(q->q_qgrp))
8315 if (ISVALIDQGRP(i))
8331 ISVALIDQGRP(q->q_mailer->m_qgrp))
[all …]
H A Dsendmail.h2226 #define ISVALIDQGRP(x) ((x) >= 0) /* valid queue group? */ macro
H A Dsrvrsmtp.c3710 if (!ISVALIDQGRP(qgrp))