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

  /src/usr.bin/locate/locate/
locate.c 253 char *subp = globfree; local in function:patprep
255 *subp++ = '\0';
277 *subp++ = '/';
283 (p <= endmark) && subp < (globfree + sizeof(globfree));)
284 *subp++ = *p++;
286 *subp = '\0';
287 return --subp;
  /src/usr.sbin/catman/
catman.c 138 TAG *defnewp, *sectnewp, *subp; local in function:setdefentries
158 subp = gettag("_subdir", 1);
159 if (defp == NULL || subp == NULL)
176 subp = sectnewp;
194 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {
218 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {
238 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {

Completed in 17 milliseconds