Lines Matching defs:p
117 char *path, *p, *q;153 p = (strrchr(buf, '/')); /* p points to last comp. */154 if (p != NULL) {155 q = strchr(p, ':');158 (void) strcat(p, ":b");176 char *p;181 p = prom_stdoutpath();182 if (p == NULL)191 prom_strip_options(p, buf);192 p = buf;195 outpath = p;