Searched refs:check_perm (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | userdel.c | 59 extern int check_perm(), isbusy(); 162 if( check_perm( statbuf, pstruct->pw_uid, pstruct->pw_gid, in main()
|
H A D | usermod.c | 86 extern int valid_uid(), check_perm(), create_home(), move_dir(); 487 if (check_perm(statbuf, pstruct->pw_uid,
|
H A D | useradd.c | 91 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 D | file.c | 32 check_perm( statbuf, uid, gid, perm ) in check_perm() function
|
/titanic_41/usr/src/tools/protocmp/ |
H A D | protocmp.c | 57 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()
|