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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6032 char qpath[MAXPATHLEN]; local
6075 /* qpath: directory of current workgroup */
6076 len = sm_strlcpy(qpath, qg->qg_qdir, sizeof(qpath));
6077 if (len >= sizeof(qpath))
6080 qg->qg_qdir, (int) sizeof(qpath));
6085 /* begin of qpath must be same as basedir */
6086 if (strncmp(basedir, qpath, blen) != 0 &&
6087 (strncmp(basedir, qpath, blen - 1) != 0 || len != blen - 1))
6090 qpath, basedi
[all...]

Completed in 69 milliseconds