find_pid
if ((pmptr = find_pid(pid)) == NULL) {
if ((pmptr = find_pid(pid)) == NULL) {
static struct pmtab *find_pid(pid_t);
static int find_pid(); /* Finds a process in the table */
if (find_pid(utmpx->ut_pid, &i) == 0)
if (find_pid(utmpx->ut_pid, &i) == 1)
if (find_pid(p->pd_pid, &i) == 0)
if (pidcnt != 0 && (find_pid(pid, &j) == 1 || pid == 0))
if (i != -1 || find_pid(pid, &i) == 1) { /* Found the entry */