Lines Matching refs:newpw
712 static char newpw[1024];
856 unsigned int i = sizeof (newpw) - 1;
865 newpw, &i);
880 newpw);
884 retval = kadm5_chpass_principal(handle, princ, newpw);
887 memset(newpw, 0, sizeof (newpw));
1210 static char newpw[1024], dummybuf[256];
1283 unsigned int sz = sizeof (newpw) - 1;
1291 newpw, &sz);
1300 pass = newpw;