Searched refs:pathsearch (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dextern.h81 struct direct *pathsearch(const char *);
H A Dutilities.c77 ep = addentry(name, pathsearch(name)->d_ino, NODE);
360 ino = ((dp = pathsearch(name)) == NULL) ? 0 : dp->d_ino;
H A Ddirs.c292 pathsearch(const char *pathname) function
/netbsd-6-1-5-RELEASE/usr.bin/man/
H A Dman.c85 char *pathsearch; /* -S: path of man must contain this string */ member in struct:manstate
184 m.pathsearch = optarg;
618 * use m.pathsearch (if present) to filter out pages we
626 if (mp->pathsearch) {
627 p = strstr(pg->gl_pathv[cnt], mp->pathsearch);

Completed in 155 milliseconds