Symbol: getpwnam_r
distrib/utils/libhack/getpwent.c
116
return getpwnam_r(name, &_pw_passwd, pwline, sizeof(pwline),
distrib/utils/libhack/getpwent.c
60
__weak_alias(getpwnam_r,__getpwnam_r50)
include/pwd.h
128
int getpwnam_r(const char *, struct passwd *, char *, size_t,
lib/libc/compat/gen/compat_getpwent.c
55
__warn_references(getpwnam_r,
lib/libc/compat/gen/compat_getpwent.c
76
__weak_alias(getpwnam_r, _getpwnam_r)
lib/libc/compat/include/pwd.h
59
int getpwnam_r(const char *, struct passwd50 *, char *, size_t,
lib/libc/gen/glob.c
442
if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libc/net/rcmd.c
388
if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pw) != 0 ||
lib/libc/net/rcmd.c
690
if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0
lib/libedit/filecomplete.c
104
if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0)
lib/libedit/filecomplete.c
107
pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf));
lib/libpam/modules/pam_chroot/pam_chroot.c
69
getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
77
getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_group/pam_group.c
83
getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_group/pam_group.c
92
getpwnam_r(ruser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_krb5/pam_krb5.c
292
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_krb5/pam_krb5.c
477
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_lastlog/pam_lastlog.c
133
getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_nologin/pam_nologin.c
95
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_radius/pam_radius.c
340
if (getpwnam_r(tmpuser, &pwres, pwbuf,
lib/libpam/modules/pam_rhosts/pam_rhosts.c
72
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_securetty/pam_securetty.c
78
getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_self/pam_self.c
73
getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_ssh/pam_ssh.c
183
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_ssh/pam_ssh.c
432
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_unix/pam_unix.c
102
(void) getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd);
lib/libpam/modules/pam_unix/pam_unix.c
161
getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libpam/modules/pam_unix/pam_unix.c
424
(void) getpwnam_r(user, &old_pwd, old_pwbuf,
lib/libpam/modules/pam_unix/pam_unix.c
430
(void) getpwnam_r(user, &old_pwd, old_pwbuf,
lib/libpam/modules/pam_unix/pam_unix.c
95
(void) getpwnam_r(getlogin(), &pwres, pwbuf, sizeof(pwbuf),
lib/libtelnet/kerberos5.c
450
if (getpwnam_r(UserNameRequested, &pws, pwbuf,
lib/libtelnet/sra.c
449
if (getpwnam_r(usr, &pws, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
lib/libtelnet/sra.c
481
if (getpwnam_r(name, &pws, pwbuf, sizeof(pwbuf), &pw) == 0 &&
lib/libwrap/options.c
296
(void)getpwnam_r(value, &pws, pwbuf, sizeof(pwbuf), &pwd);
libexec/mail.local/mail.local.c
208
if ((getpwnam_r(name, &pwres, pwbuf, sizeof(pwbuf), &pw)) != 0) {
libexec/rexecd/rexecd.c
222
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
libexec/rshd/rshd.c
491
if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
usr.bin/login/login_pam.c
294
(void)getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf), &pwd);
usr.bin/login/login_pam.c
338
(void)getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf),
usr.bin/passwd/yp_passwd.c
296
getpwnam_r(username, &pwb2, pwbuf, sizeof(pwbuf), &pw) ||
usr.bin/passwd/yp_passwd.c
428
getpwnam_r(username, &pwb, pwbuf, sizeof(pwbuf), &pw) ||
usr.bin/su/su_pam.c
181
getpwnam_r(username, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
usr.bin/su/su_pam.c
217
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
usr.bin/su/su_pam.c
286
if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
usr.sbin/user/user.c
1441
if (getpwnam_r(login_name, &pw, pwbuf, sizeof(pwbuf), &pwp) != 0