/src/lib/libcompat/4.4/ |
cuserid.c | 49 char pwbuf[1024]; local in function:cuserid 53 if (getpwuid_r(geteuid(), &pwres, pwbuf, sizeof(pwbuf), &pw) != 0
|
/src/lib/libpam/modules/pam_chroot/ |
pam_chroot.c | 65 char pwbuf[1024]; local in function:pam_sm_open_session 69 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_rhosts/ |
pam_rhosts.c | 66 char pwbuf[1024]; local in function:pam_sm_authenticate 72 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_securetty/ |
pam_securetty.c | 71 char pwbuf[1024]; local in function:pam_sm_acct_mgmt 78 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_self/ |
pam_self.c | 67 char pwbuf[1024]; local in function:pam_sm_authenticate 73 getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_ftpusers/ |
pam_ftpusers.c | 71 char pwbuf[1024], grbuf[1024]; local in function:pam_sm_acct_mgmt 77 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_nologin/ |
pam_nologin.c | 80 char pwbuf[1024]; local in function:pam_sm_authenticate 95 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_group/ |
pam_group.c | 77 char pwbuf[1024]; local in function:pam_sm_authenticate 83 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 92 getpwnam_r(ruser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/usr.bin/passwd/ |
krb5_passwd.c | 87 char pwbuf[BUFSIZ]; local in function:pwkrb5_process 192 if (UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), 196 ret = krb5_set_password(context, &cred, pwbuf, NULL, 283 char pwbuf[BUFSIZ]; local in function:krb5_chpw 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 in function:pwyp_process 296 getpwnam_r(username, &pwb2, pwbuf, sizeof(pwbuf), &pw) || 385 char pwbuf[1024]; local in function:yp_chpw 428 getpwnam_r(username, &pwb, pwbuf, sizeof(pwbuf), &pw) ||
|
/src/lib/libpam/modules/pam_lastlog/ |
pam_lastlog.c | 123 char pwbuf[1024]; local in function:pam_sm_open_session 133 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_radius/ |
pam_radius.c | 272 char pwbuf[1024]; local in function:pam_sm_authenticate 340 if (getpwnam_r(tmpuser, &pwres, pwbuf, 341 sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_ssh/ |
pam_ssh.c | 172 char pwbuf[1024]; local in function:pam_sm_authenticate 183 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 421 char pwbuf[1024]; local in function:pam_sm_open_session 432 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libtelnet/ |
kerberos5.c | 443 char pwbuf[1024]; local in function:kerberos5_is 450 if (getpwnam_r(UserNameRequested, &pws, pwbuf, 451 sizeof(pwbuf), &pwd) != 0 || pwd == NULL)
|
sra.c | 447 char pwbuf[1024]; local in function:isroot 449 if (getpwnam_r(usr, &pws, pwbuf, sizeof(pwbuf), &pwd) != 0 || 472 char pwbuf[1024]; local in function:check_user 481 if (getpwnam_r(name, &pws, pwbuf, sizeof(pwbuf), &pw) == 0 &&
|
/src/libexec/rexecd/ |
rexecd.c | 162 char pwbuf[1024]; local in function:doit 222 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_unix/ |
pam_unix.c | 91 char pwbuf[1024]; local in function:pam_sm_authenticate 95 (void) getpwnam_r(getlogin(), &pwres, pwbuf, sizeof(pwbuf), 102 (void) getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd); 154 char pwbuf[1024]; local in function:pam_sm_acct_mgmt 161 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/libexec/mail.local/ |
mail.local.c | 199 char pwbuf[1024]; local in function:deliver 208 if ((getpwnam_r(name, &pwres, pwbuf, sizeof(pwbuf), &pw)) != 0) {
|
/src/usr.bin/login/ |
login_pam.c | 96 static char pwbuf[1024]; variable in typeref:typename:char[1024] 294 (void)getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf), &pwd); 338 (void)getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf),
|
/src/usr.bin/su/ |
su_pam.c | 119 char pwbuf[1024]; local in function:main 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/libwrap/ |
options.c | 292 char pwbuf[1024]; local in function:user_option 296 (void)getpwnam_r(value, &pws, pwbuf, sizeof(pwbuf), &pwd);
|
/src/libexec/rshd/ |
rshd.c | 277 char pwbuf[1024]; local in function:doit 491 if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libedit/ |
filecomplete.c | 69 char pwbuf[1024]; local in function:fn_tilde_expand 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));
|
/src/lib/libpam/modules/pam_krb5/ |
pam_krb5.c | 135 char pwbuf[1024]; local in function:pam_sm_authenticate 292 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 425 char pwbuf[1024]; local in function:pam_sm_setcred 477 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libc/net/ |
rcmd.c | 375 char pwbuf[1024]; local in function:rshrcmd 388 if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pw) != 0 || 666 char pwbuf[1024]; local in function:iruserok_sa 690 if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0
|