Searched refs:verify_shell (Results 1 – 2 of 2) sorted by relevance
229 static int verify_shell(const char *shell_name) in verify_shell() function662 if (verify_shell(pwd->pw_shell) < 0) { in main()
388 static int verify_shell(const char *shell_name) in verify_shell() function453 if (verify_shell(pw->pw_shell) == 0) { in extract_pw_data()