Searched refs:spw (Results 1 – 2 of 2) sorted by relevance
1203 static char *pw, *spw; in SV_CheckVars() local1206 if (password.string == pw && spectator_password.string == spw) in SV_CheckVars()1209 spw = spectator_password.string; in SV_CheckVars()1214 if (spw && spw[0] && strcmp(spw, "none")) in SV_CheckVars()
1270 struct spwd *spw; local1272 if ((spw = getspnam(usr)) == NULL)1275 syscryptpwd = spw->sp_pwdp;