Searched refs:QPATHS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h510 typedef struct qpaths_s QPATHS; typedef in typeref:struct:qpaths_s
533 QPATHS *qg_qpaths; /* list of queue directories */
H A Dqueue.c5779 QPATHS *qp = &qg->qg_qpaths[i];
6219 qg->qg_qpaths = (QPATHS *)xalloc((sizeof(*qg->qg_qpaths)) *
6225 qg->qg_qpaths = (QPATHS *)sm_realloc((char *)qg->qg_qpaths,
6280 qg->qg_qpaths = (QPATHS *) xalloc(sizeof(*qg->qg_qpaths));
6438 QPATHS *qp = &Queue[i]->qg_qpaths[j];

Completed in 83 milliseconds