Lines Matching defs:p
145 "usage: %s [options] -p <pid>\n"), argv[0]);
571 char *optstr = "l:o:p:s:tkv:"; /* debugging options */
573 char *optstr = "l:o:p:s:tk"; /* production options */
592 case 'p': /* target pid (attach case) */
819 char *p = line;
850 if (read(fd, p, 2) && p[0] == '#' && p[1] == '!') {
851 while (N-- > 1 && read(fd, p, 1) && *p != '\n')
852 p++;
853 *p = '\0';