Lines Matching defs:pw
89 struct passwd *pw = NULL; /* passwd entry of user */
279 program_name, pw->pw_name);
369 snprintf(prompt, BUFSIZ, "%s %s:", baseprompt, pw->pw_name);
388 /* pw don't match */
390 /* ask for the pw */
395 /* pw was not empty */
398 /* compare the pw's */
401 /* pw was correct */
404 /* pw was wrong */
416 pw->pw_name);
420 /* pw was empty */
426 pw->pw_name);
433 pw->pw_name);
438 /* pw match */
441 /* no pw found */
444 program_name, pw->pw_name);
460 flavor, pw->pw_name);
464 pw->pw_name);
470 program_name, pw->pw_name);
525 * No existing pw can decrypt
557 program_name, pw->pw_name);
593 program_name, pw->pw_name);
967 program_name, pw->pw_name);
1114 if ((pw = getpwuid(uid)) == NULL) {
1160 * the best chance of having read access to the encrypted pw.
1168 if ((spw = getspnam(pw->pw_name)) == 0) {
1175 program_name, pw->pw_name);
1185 program_name, pw->pw_name);
1201 program_name, pw->pw_name);
1209 * (and thus, the new pw to encrypt keys) or it will exit.