Home | History | Annotate | Download | only in dist

Lines Matching refs:pp

50     char buf[BUFSIZ], **pp;
53 for (pp = notdotdot; *pp; pp++)
54 if (strcmp(*pp, buf) == 0)
60 *pp++ = p;
61 if (pp >= &notdotdot[MAXDIRS])
301 for (const char **pp = includedirsnext; *pp; pp++) {
302 snprintf(path, sizeof(path), "%s/%s", *pp, include);
305 includedirsnext = pp + 1;