Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDqueue.c6056 char qpath[MAXPATHLEN]; local
6100 len = sm_strlcpy(qpath, qg->qg_qdir, sizeof(qpath));
6101 if (len >= sizeof(qpath))
6104 qg->qg_qdir, (int) sizeof(qpath));
6110 if (strncmp(basedir, qpath, blen) != 0 &&
6111 (strncmp(basedir, qpath, blen - 1) != 0 || len != blen - 1))
6114 qpath, basedir);
6128 qg->qg_qdir, (int) sizeof(qpath));
6139 cp = &qpath[len - 1];
6149 if ((cp = SM_LAST_DIR_DELIM(qpath)) == NULL)
[all …]