Home
last modified time | relevance | path

Searched refs:ISVALIDQDIR (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/src/
H A Dqueue.c5885 if (ISVALIDQDIR(e->e_qdir) && ISVALIDQDIR(e->e_dfqdir))
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));
H A Dsendmail.h1951 #define ISVALIDQDIR(x) ((x) >= 0) /* valid queue directory? */ macro