Pfindobj
(void) Pfindobj(P, buf, buf, buflen);
(void) Pfindobj(P, buf, buf, PATH_MAX);
if (Pfindobj(P, fp->file_lname, buf, sizeof (buf)) != NULL) {
if (Pfindobj(P, buf, buf, sizeof (buf)) == NULL)
extern char *Pfindobj(struct ps_prochandle *, const char *, char *, size_t);