Lines Matching defs:relpath
6122 char relpath[MAXPATHLEN];
6154 off = sm_strlcpyn(relpath, sizeof(relpath), 2, prefix, "/");
6155 SM_ASSERT(off < sizeof(relpath));
6159 relpath, cp);
6209 i = sizeof(relpath) - off;
6210 if (sm_strlcpy(relpath + off, d->d_name, i) >= i)
6213 if (!chkqdir(relpath, sff))
6241 (void) sm_strlcpyn(subdir, sizeof(subdir), 3, relpath, "/", name); \
6256 newstr(relpath);
6263 qg->qg_numqueues, relpath,
6267 *phash = hash_q(relpath, *phash);