| /src/lib/libcompat/4.4/ |
| cuserid.c | 49 char pwbuf[1024]; local 53 if (getpwuid_r(geteuid(), &pwres, pwbuf, sizeof(pwbuf), &pw) != 0
|
| /src/lib/libpam/modules/pam_rhosts/ |
| pam_rhosts.c | 66 char pwbuf[1024]; local 72 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libpam/modules/pam_self/ |
| pam_self.c | 67 char pwbuf[1024]; local 73 getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libpam/modules/pam_chroot/ |
| pam_chroot.c | 65 char pwbuf[1024]; local 69 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libpam/modules/pam_nologin/ |
| pam_nologin.c | 80 char pwbuf[1024]; local 95 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libpam/modules/pam_securetty/ |
| pam_securetty.c | 71 char pwbuf[1024]; local 78 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/usr.bin/passwd/ |
| krb5_passwd.c | 87 char pwbuf[BUFSIZ]; local 192 if (UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), 196 ret = krb5_set_password(context, &cred, pwbuf, NULL, 283 char pwbuf[BUFSIZ]; local 341 if(UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), "New password: ", 1) != 0) 344 ret = krb5_set_password (context, &cred, pwbuf, NULL,
|
| yp_passwd.c | 224 char pwbuf[1024]; local 296 getpwnam_r(username, &pwb2, pwbuf, sizeof(pwbuf), &pw) || 385 char pwbuf[1024]; local 428 getpwnam_r(username, &pwb, pwbuf, sizeof(pwbuf), &pw) ||
|
| /src/lib/libpam/modules/pam_group/ |
| pam_group.c | 77 char pwbuf[1024]; local 83 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 92 getpwnam_r(ruser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libedit/ |
| filecomplete.c | 69 char pwbuf[1024]; local 94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), 98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); 104 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) 107 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf));
|
| readline.c | 1888 char pwbuf[1024]; local 1903 getpwent_r(&pwres, pwbuf, sizeof(pwbuf), &pass) == 0 && pass != NULL
|
| /src/lib/libpam/modules/pam_ftpusers/ |
| pam_ftpusers.c | 71 char pwbuf[1024], grbuf[1024]; local 77 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/usr.bin/su/ |
| su_pam.c | 119 char pwbuf[1024]; local 181 getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 183 if (getpwuid_r(ruid, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0) 217 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 286 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libpam/modules/pam_ssh/ |
| pam_ssh.c | 172 char pwbuf[1024]; local 183 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 421 char pwbuf[1024]; local 432 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libpam/modules/pam_unix/ |
| pam_unix.c | 91 char pwbuf[1024]; local 95 (void) getpwnam_r(getlogin(), &pwres, pwbuf, sizeof(pwbuf), local 102 (void) getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd); 154 char pwbuf[1024]; local 161 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libtelnet/ |
| sra.c | 447 char pwbuf[1024]; local 449 if (getpwnam_r(usr, &pws, pwbuf, sizeof(pwbuf), &pwd) != 0 || 472 char pwbuf[1024]; local 481 if (getpwnam_r(name, &pws, pwbuf, sizeof(pwbuf), &pw) == 0 &&
|
| /src/usr.bin/login/ |
| login_pam.c | 96 static char pwbuf[1024]; variable 294 (void)getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf), &pwd); 338 (void)getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf),
|
| /src/lib/libpam/modules/pam_lastlog/ |
| pam_lastlog.c | 123 char pwbuf[1024]; local 133 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libpam/modules/pam_radius/ |
| pam_radius.c | 272 char pwbuf[1024]; local 340 if (getpwnam_r(tmpuser, &pwres, pwbuf, 341 sizeof(pwbuf), &pwd) != 0 ||
|
| /src/libexec/mail.local/ |
| mail.local.c | 199 char pwbuf[1024]; local 208 if ((getpwnam_r(name, &pwres, pwbuf, sizeof(pwbuf), &pw)) != 0) {
|
| /src/libexec/rexecd/ |
| rexecd.c | 162 char pwbuf[1024]; local 222 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libwrap/ |
| options.c | 292 char pwbuf[1024]; local 296 (void)getpwnam_r(value, &pws, pwbuf, sizeof(pwbuf), &pwd);
|
| /src/lib/libc/net/ |
| rcmd.c | 375 char pwbuf[1024]; local 388 if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pw) != 0 || 666 char pwbuf[1024]; local 690 if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0
|
| /src/lib/libpam/modules/pam_krb5/ |
| pam_krb5.c | 135 char pwbuf[1024]; local 292 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 425 char pwbuf[1024]; local 477 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
| /src/lib/libc/gen/ |
| glob.c | 394 char pwbuf[1024]; local 428 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), 442 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|