Lines Matching defs:pidp
266 char *pidp; /* ".<pid>... */
288 pidp = strchr(ks_name, '.'); /* start of ".<pid>" */
290 if (pidp != NULL && pidp == initiator) /* can't have same start */
299 if (part != NULL && pidp != NULL)
302 p = (part != NULL) ? part : pidp;
335 if (pidp != NULL) {
337 pidp++; /* skip '.' */
339 if (*pidp != 't' || !isdigit(pidp[1]))
341 pid = atoi(&pidp[1]);