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