Lines Matching defs:manpaths
261 glob_t manpaths;
272 &manpaths);
279 for (i = 0; i < manpaths.gl_pathc; i++) {
281 lstat(manpaths.gl_pathv[i], &st1);
282 for (j = 0; j < manpaths.gl_pathc; j++) {
284 lstat(manpaths.gl_pathv[j], &st2);
286 strlcpy(path, manpaths.gl_pathv[i],
297 len = readlink(manpaths.gl_pathv[i],
302 if (!strcmp(path, manpaths.gl_pathv[j]))
311 if (addentry(defnewp, manpaths.gl_pathv[i], 0) < 0)
316 globfree(&manpaths);