Home
last modified time | relevance | path

Searched refs:spw (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_main.c1203 static char *pw, *spw; in SV_CheckVars() local
1206 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()
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c1270 struct spwd *spw; local
1272 if ((spw = getspnam(usr)) == NULL)
1275 syscryptpwd = spw->sp_pwdp;