Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPexecname.c54 try_exec(struct ps_prochandle *P, const char *cwd, const char *path, char *buf, in try_exec() function
107 if (try_exec(P, ".", aout, buf, isexec, isdata)) in Pfindexec()
135 if (try_exec(P, cwd, path, buf, isexec, isdata)) in Pfindexec()
139 try_exec(P, cwd, p, buf, isexec, isdata)) in Pfindexec()
155 if (try_exec(P, zpath, p, buf, isexec, isdata)) in Pfindexec()
171 if (try_exec(P, cwd, path, buf, isexec, isdata)) in Pfindexec()
175 try_exec(P, cwd, p, buf, isexec, isdata)) in Pfindexec()
187 if (try_exec(P, cwd, path, buf, isexec, isdata)) in Pfindexec()
191 try_exec(P, cwd, p, buf, isexec, isdata)) in Pfindexec()
226 if (try_exec(P, p, path, buf, isexec, isdata)) in Pfindexec()