Searched refs:user_cap (Results 1 – 2 of 2) sorted by relevance
2087 int user_cap = is_user_capability(name); in check_params() local2088 if ((user_cap == analyzed) && using_extensions) { in check_params()2090 } else if (user_cap >= 0) { in check_params()2092 analyzed, name, user_cap); in check_params()
446 struct user_cap *ucap = sgi_getcapabilitybyname(pwd->pw_name); in do_login()