Searched refs:Pfindexec (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPexecname.c73 * The Pfindexec function contains the logic for the executable name dance.
80 Pfindexec(struct ps_prochandle *P, const char *aout, function
90 dprintf("Pfindexec '%s'\n", aout);
239 * Callback function for Pfindexec(). We return a match if we can stat the
255 * Otherwise, we make an attempt using Pfindexec().
284 * Stat the executable file so we can compare Pfindexec's
304 (void) Pfindexec(P, ret > 0 ? cwd : NULL,
H A DPcontrol.h266 extern char *Pfindexec(struct ps_prochandle *, const char *,
H A DPcore.c1533 * Callback function for Pfindexec(). In order to confirm a given pathname,
1991 (void) Pfindexec(P, aout_path, core_exec_open, &aout);

Completed in 27 milliseconds