Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h438 extern int chkperm(), chkpth(); /* permission.c */
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h529 extern int chkperm(), chkpth(); /* permission.c */
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h600 extern int chkperm(), chkpth(); /* permission.c */
H A Duucp.c521 if (chkperm(file1, file2, strchr(Optns, 'd')) &&
H A Dcntrl.c404 if (chkperm(W_FILE1, filename, strchr(W_OPTNS, 'd'))) { in cntrl()
776 || chkperm(W_FILE1, filename, strchr(W_OPTNS, 'd'))) { in cntrl()
H A Dpermission.c954 chkperm(from, to, opt) in chkperm() function