HomeSort by: relevance | last modified time | path
    Searched defs:pathsearch (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/restore/
dirs.c 291 pathsearch(const char *pathname) function in typeref:struct:direct *
  /src/usr.bin/man/
man.c 90 char *pathsearch; /* -S: path of man must contain this string */ member in struct:manstate
195 m.pathsearch = optarg;
656 * use m.pathsearch (if present) to filter out pages we
664 if (mp->pathsearch) {
665 p = strstr(pg->gl_pathv[cnt], mp->pathsearch);

Completed in 91 milliseconds