Searched refs:found_passwd (Results 1 – 1 of 1) sorted by relevance
6938 char *found_passwd = NULL; in check_system_password() local6946 found_passwd = spw->sp_pwdp; in check_system_password()6950 if (found_passwd == NULL && (pw = getpwnam (username)) != NULL) in check_system_password()6951 found_passwd = pw->pw_passwd; in check_system_password()6953 if (found_passwd == NULL) in check_system_password()6974 strtok (found_passwd, ","); in check_system_password()6976 if (*found_passwd) in check_system_password()6979 if (strcmp (found_passwd, crypt (password, found_passwd)) == 0) in check_system_password()6986 crypt(password, found_passwd), found_passwd); in check_system_password()