Searched refs:platform_locked_account (Results 1 – 3 of 3) sorted by relevance
32 int platform_locked_account(struct passwd *);
159 platform_locked_account(struct passwd *pw) in platform_locked_account() function
111 if (!options.use_pam && platform_locked_account(pw)) { in allowed_user()