HomeSort by: relevance | last modified time | path
    Searched refs:pwres (Results 1 - 23 of 23) sorted by relevancy

  /src/lib/libcompat/4.4/
cuserid.c 47 struct passwd *pw, pwres; local
53 if (getpwuid_r(geteuid(), &pwres, pwbuf, sizeof(pwbuf), &pw) != 0
  /src/distrib/utils/libhack/
getpwent.c 97 getpwent_r(struct passwd *pwres, char *buf, size_t bufsiz,
104 rval = !pwscan(0, 0, NULL, pwres, buf, bufsiz);
108 *pwd = pwres;
121 getpwnam_r(const char *name, struct passwd *pwres, char *buf, size_t bufsiz,
128 rval = !pwscan(1, 0, name, pwres, buf, bufsiz);
134 *pwd = pwres;
147 getpwuid_r(uid_t uid, struct passwd *pwres, char *buf, size_t bufsiz,
154 rval = !pwscan(1, uid, NULL, pwres, buf, bufsiz);
160 *pwd = pwres;
  /src/lib/libpam/modules/pam_rhosts/
pam_rhosts.c 62 struct passwd *pwd, pwres; local
72 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/lib/libpam/modules/pam_self/
pam_self.c 63 struct passwd *pwd, pwres; local
73 getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/lib/libpam/modules/pam_chroot/
pam_chroot.c 63 struct passwd *pwd, pwres; local
69 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/lib/libpam/modules/pam_nologin/
pam_nologin.c 73 struct passwd *pwd, pwres; local
95 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
78 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/lib/libpam/modules/pam_group/
pam_group.c 73 struct passwd *pwd, pwres; local
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_ftpusers/
pam_ftpusers.c 64 struct passwd *pwd, pwres; local
77 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/lib/libedit/
filecomplete.c 68 struct passwd pwres; 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 1887 struct passwd pwres; local
1903 getpwent_r(&pwres, pwbuf, sizeof(pwbuf), &pass) == 0 && pass != NULL
  /src/lib/libpam/modules/pam_ssh/
pam_ssh.c 169 struct passwd *pwd, pwres; local
183 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
417 struct passwd *pwd, pwres; local
432 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
95 (void) getpwnam_r(getlogin(), &pwres, pwbuf, sizeof(pwbuf), local
102 (void) getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd);
148 struct passwd *pwd, pwres; local
161 getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/usr.bin/su/
su_pam.c 102 struct passwd *pwd, pwres; 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/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/lib/libpam/modules/pam_lastlog/
pam_lastlog.c 117 struct passwd *pwd, pwres; local
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
340 if (getpwnam_r(tmpuser, &pwres, pwbuf,
  /src/libexec/mail.local/
mail.local.c 198 struct passwd pwres, *pw; local
208 if ((getpwnam_r(name, &pwres, pwbuf, sizeof(pwbuf), &pw)) != 0) {
  /src/libexec/rexecd/
rexecd.c 151 struct passwd *pwd, pwres; local
222 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/lib/libc/net/
rcmd.c 374 struct passwd *pw, pwres; local
388 if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pw) != 0 ||
660 struct passwd *pwd, pwres; local
690 if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0
  /src/lib/libpam/modules/pam_krb5/
pam_krb5.c 128 struct passwd *pwd, pwres; local
292 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
419 struct passwd *pwd = NULL, pwres; local
477 if (getpwnam_r(user, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/libexec/rshd/
rshd.c 253 struct passwd *pwd, pwres; local
491 if (getpwnam_r(locuser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
  /src/lib/libc/gen/
glob.c 393 struct passwd pwres; local
428 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf),
442 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||

Completed in 27 milliseconds