Searched refs:qpath (Results 1 – 1 of 1) sorted by relevance
6032 char qpath[MAXPATHLEN]; local6076 len = sm_strlcpy(qpath, qg->qg_qdir, sizeof(qpath));6077 if (len >= sizeof(qpath))6080 qg->qg_qdir, (int) sizeof(qpath));6086 if (strncmp(basedir, qpath, blen) != 0 &&6087 (strncmp(basedir, qpath, blen - 1) != 0 || len != blen - 1))6090 qpath, basedir);6104 qg->qg_qdir, (int) sizeof(qpath));6115 cp = &qpath[len - 1];6125 if ((cp = SM_LAST_DIR_DELIM(qpath)) == NULL)[all …]