Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A Dpr_open.c170 pr_access(struct ps_prochandle *Pr, const char *path, int amode) in pr_access() function
H A Dmapfile-vers161 pr_access;
H A Dlibproc.h345 extern int pr_access(struct ps_prochandle *, const char *, int);
H A Dllib-lproc306 int pr_access(struct ps_prochandle *Pr, const char *path, int amode);
/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c549 if (pr_access(P, nout, R_OK | W_OK) != 0) { in do_pnohup()