Lines Matching defs:p
678 i == 'p' ? S_IFIFO :
1493 char **p;
1500 p = argv;
1501 while (*p++);
1502 if (v = (char **)malloc((p - argv + 1) *
1504 p = v;
1505 *p++ = cmd;
1507 while (*p++ = *argv++);
1530 pid_t p, pid;
1540 while ((p = wait(&status)) != pid && p != (pid_t)-1);
1541 if (p == pid) {
1713 pmode[0] = 'p';
1854 char *p = strdup(s);
1856 if (p)
1857 return (p);