/src/lib/libcompat/4.4/ |
cuserid.c | 47 struct passwd *pw, pwres; local in function:cuserid 53 if (getpwuid_r(geteuid(), &pwres, pwbuf, sizeof(pwbuf), &pw) != 0
|
cuserid.c | 47 struct passwd *pw, pwres; local in function:cuserid 53 if (getpwuid_r(geteuid(), &pwres, pwbuf, sizeof(pwbuf), &pw) != 0
|
/src/lib/libpam/modules/pam_chroot/ |
pam_chroot.c | 63 struct passwd *pwd, pwres; local in function:pam_sm_open_session 69 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
pam_chroot.c | 63 struct passwd *pwd, pwres; 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 | 62 struct passwd *pwd, pwres; local in function:pam_sm_authenticate 72 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
pam_rhosts.c | 62 struct passwd *pwd, pwres; 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 | 65 struct passwd *pwd, pwres; local in function:pam_sm_acct_mgmt 78 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
pam_securetty.c | 65 struct passwd *pwd, pwres; 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 | 63 struct passwd *pwd, pwres; local in function:pam_sm_authenticate 73 getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
pam_self.c | 63 struct passwd *pwd, pwres; 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 | 64 struct passwd *pwd, pwres; local in function:pam_sm_acct_mgmt 77 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
pam_ftpusers.c | 64 struct passwd *pwd, pwres; 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 | 73 struct passwd *pwd, pwres; local in function:pam_sm_authenticate 95 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
pam_nologin.c | 73 struct passwd *pwd, pwres; 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 | 73 struct passwd *pwd, pwres; 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 ||
|
pam_group.c | 73 struct passwd *pwd, pwres; 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/lib/libpam/modules/pam_lastlog/ |
pam_lastlog.c | 117 struct passwd *pwd, pwres; local in function:pam_sm_open_session 133 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
pam_lastlog.c | 117 struct passwd *pwd, pwres; 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 | 271 struct passwd *pwd, pwres; local in function:pam_sm_authenticate 340 if (getpwnam_r(tmpuser, &pwres, pwbuf,
|
/src/libexec/rexecd/ |
rexecd.c | 151 struct passwd *pwd, pwres; local in function:doit 222 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/lib/libpam/modules/pam_unix/ |
pam_unix.c | 88 struct passwd *pwd, pwres; 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); 148 struct passwd *pwd, pwres; local in function:pam_sm_acct_mgmt 161 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|
/src/libexec/mail.local/ |
mail.local.c | 198 struct passwd pwres, *pw; local in function:deliver 208 if ((getpwnam_r(name, &pwres, pwbuf, sizeof(pwbuf), &pw)) != 0) {
|
/src/usr.bin/login/ |
login_pam.c | 95 static struct passwd pwres; variable in typeref:struct:passwd 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 | 102 struct passwd *pwd, pwres; 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/libpam/modules/pam_ssh/ |
pam_ssh.c | 169 struct passwd *pwd, pwres; local in function:pam_sm_authenticate 183 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || 417 struct passwd *pwd, pwres; local in function:pam_sm_open_session 432 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
|