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

/opensolaris-onvv-gate/usr/src/cmd/oamuser/lib/
H A Dfile.c32 check_perm( statbuf, uid, gid, perm ) function
/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Duserdel.c59 extern int check_perm(), isbusy();
162 if( check_perm( statbuf, pstruct->pw_uid, pstruct->pw_gid,
H A Duseradd.c86 extern int check_perm(), valid_expire();
495 if (check_perm(statbuf, uid, gid, S_IXOTH) != 0)
H A Dusermod.c82 extern int valid_uid(), check_perm(), create_home(), move_dir();
477 if (check_perm(statbuf, pstruct->pw_uid,
/opensolaris-onvv-gate/usr/src/tools/protocmp/
H A Dprotocmp.c59 static int check_perm = 1; variable
310 if (check_perm && (i->perm != j->perm))
352 if (!check_perm) {
722 check_perm = 0;

Completed in 47 milliseconds