Home
last modified time | relevance | path

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

/titanic_41/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, in main()
H A Dusermod.c86 extern int valid_uid(), check_perm(), create_home(), move_dir();
487 if (check_perm(statbuf, pstruct->pw_uid,
H A Duseradd.c91 extern int check_perm(), valid_expire();
505 if (check_perm(statbuf, uid, gid, S_IXOTH) != 0)
/titanic_41/usr/src/cmd/oamuser/lib/
H A Dfile.c32 check_perm( statbuf, uid, gid, perm ) in check_perm() function
/titanic_41/usr/src/tools/protocmp/
H A Dprotocmp.c57 static int check_perm = 1; variable
308 if (check_perm && (i->perm != j->perm)) in elem_compare()
350 if (!check_perm) { in print_elem()
720 check_perm = 0; in main()