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

/osnet-11/usr/src/lib/libproc/common/
H A DPexecname.c46 * Once we've computed a cwd and a relative path, we use try_exec() to
51 try_exec(struct ps_prochandle *P, const char *cwd, const char *path, char *buf, function
61 dprintf("try_exec \"%s\"\n", buf);
104 if (try_exec(P, ".", aout, buf, isexec, isdata))
123 * pathname try_exec() forms fails, try again using just the
132 if (try_exec(P, cwd, path, buf, isexec, isdata))
136 try_exec(P, cwd, p, buf, isexec, isdata))
144 * try_exec() only combines its cwd and path arguments
149 * calling try_exec().
152 if (try_exec(
[all...]

Completed in 21 milliseconds