Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6033 char qpath[MAXPATHLEN]; local
6077 len = sm_strlcpy(qpath, qg->qg_qdir, sizeof(qpath));
6078 if (len >= sizeof(qpath))
6081 qg->qg_qdir, (int) sizeof(qpath));
6087 if (strncmp(basedir, qpath, blen) != 0 &&
6088 (strncmp(basedir, qpath, blen - 1) != 0 || len != blen - 1))
6091 qpath, basedir);
6105 qg->qg_qdir, (int) sizeof(qpath));
6116 cp = &qpath[len - 1];
6126 if ((cp = SM_LAST_DIR_DELIM(qpath)) == NULL)
[all …]