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

/illumos-gate/usr/src/lib/libproc/common/
H A DPexecname.c49 * Once we've computed a cwd and a relative path, we use try_exec() to
54 try_exec(struct ps_prochandle *P, const char *cwd, const char *path, char *buf, function
64 dprintf("try_exec \"%s\"\n", buf);
107 if (try_exec(P, ".", aout, buf, isexec, isdata))
126 * pathname try_exec() forms fails, try again using just the
135 if (try_exec(P, cwd, path, buf, isexec, isdata))
139 try_exec(P, cwd, p, buf, isexec, isdata))
147 * try_exec() only combines its cwd and path arguments
152 * calling try_exec().
155 if (try_exec(
[all...]

Completed in 43 milliseconds